|
3 | 3 | "version": "0.1.0", |
4 | 4 | "description": "Register custom URLs for your NativeScript app", |
5 | 5 | "scripts": { |
6 | | - "clean": "npm i rimraf && rimraf node_modules lib hooks platforms target '**/*.js' '**/*.js.map' 'app/**/*.js' 'app/**/*.js.map' && npm i", |
| 6 | + "clean": "npm i rimraf && rimraf node_modules lib hooks platforms target '*.js' '*.js.map' 'app/**/*.js' 'app/**/*.js.map' && npm i", |
7 | 7 | "prebuild": "npm run tslint", |
8 | 8 | "build": "npm run tsc", |
9 | 9 | "tsc": "tsc", |
10 | 10 | "tslint": "tslint \"*.ts\"", |
11 | | - "test": "echo \"Error: no test specified\" && exit 1", |
| 11 | + "test": "npm run tslint && npm run jasmine", |
| 12 | + "jasmine": "babel-node spec/run.js", |
12 | 13 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", |
13 | 14 | "changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", |
14 | 15 | "release:pre": "npm run clean && npm run test", |
|
25 | 26 | "ios": "2.3.0" |
26 | 27 | } |
27 | 28 | }, |
28 | | - "dependencies": { |
29 | | - }, |
| 29 | + "dependencies": {}, |
30 | 30 | "peerDependencies": { |
31 | 31 | "tns-core-modules": "^2.3.1" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | 34 | "@types/jasmine": "2.5.45", |
| 35 | + "babel-cli": "6.24.0", |
| 36 | + "babel-core": "6.24.0", |
| 37 | + "babel-preset-es2015": "6.24.0", |
| 38 | + "babel-traverse": "6.18.0", |
| 39 | + "babel-types": "6.18.0", |
35 | 40 | "conventional-changelog-cli": "1.3.1", |
| 41 | + "jasmine": "2.5.3", |
| 42 | + "jasmine-core": "2.5.2", |
| 43 | + "jasmine-reporters": "2.2.0", |
| 44 | + "mockery": "2.0.0", |
36 | 45 | "nativescript-dev-typescript": "0.3.7", |
37 | 46 | "rimraf": "2.6.1", |
38 | 47 | "tns-core-modules": "2.5.1", |
|
0 commit comments