|
1 | 1 | { |
2 | 2 | "name": "MY_APP", |
3 | 3 | "version": "1.0.0", |
4 | | - "ts-project-version": "1.2.3", |
| 4 | + "ts-project-version": "1.2.4", |
5 | 5 | "scripts": { |
6 | 6 | "start": "npm run dev", |
7 | 7 | "dev": "npm run lint && ts-node src/index.ts", |
8 | | - "test": "npm run build:dev && npm run build:spec && npm run coverage", |
9 | | - "clean": "rm -rf dist dist-test", |
| 8 | + "test": "npm run build:dev:clean && npm run coverage", |
| 9 | + "clean": "rm -rf dist", |
10 | 10 | "build:dev": "npm run lint && npm run preprocess && npm run compile && npm run postprocess", |
11 | 11 | "build:dev:clean": "npm run clean && npm run build:dev", |
12 | | - "build:spec": "tsc --p tsconfig.spec.json", |
13 | 12 | "build:prod": "npm run preprocess prod && npm run lint:prod && npm run compile && npm run postprocess prod", |
14 | 13 | "build:prod:clean": "npm run clean && npm run build:prod", |
15 | 14 | "compile": "./node_modules/.bin/tsc", |
|
29 | 28 | "devDependencies": { |
30 | 29 | "@istanbuljs/nyc-config-typescript": "^1.0.1", |
31 | 30 | "@types/jasmine": "^3.9.1", |
32 | | - "@types/node": "^12.20.28", |
| 31 | + "@types/node": "^12.20.32", |
33 | 32 | "@typescript-eslint/eslint-plugin": "^4.33.0", |
34 | 33 | "@typescript-eslint/parser": "^4.33.0", |
35 | 34 | "coveralls": "^3.1.1", |
36 | 35 | "eslint": "^7.32.0", |
37 | 36 | "jasmine": "^3.9.0", |
38 | 37 | "nyc": "^15.1.0", |
39 | | - "ts-node": "^10.2.1", |
| 38 | + "ts-node": "^10.3.0", |
40 | 39 | "typedoc": "^0.21.9", |
41 | | - "typescript": "^4.4.3" |
| 40 | + "typescript": "^4.4.4" |
42 | 41 | } |
43 | 42 | } |
0 commit comments