-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@trademe/ensure",
"version": "1.0.1",
"license": "MIT",
"description": "Utility decorators for Angular applications",
"scripts": {
"build": "ng build && npm run lint && npm run cover",
"cover": "nyc npm run test --nycrc-path=.nycrc.json",
"test": "mocha --config ./.mocharc.json",
"test:debug": "mocha --config ./.mocharc.json --inspect-brk",
"lint": "ng lint"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.10",
"@angular-eslint/builder": "14.4.0",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin-template": "14.4.0",
"@angular-eslint/template-parser": "14.4.0",
"@angular/cli": "^14.2.10",
"@angular/common": "^14.2.12",
"@angular/compiler": "^14.2.12",
"@angular/compiler-cli": "^14.2.12",
"@angular/core": "^14.2.12",
"@angular/language-service": "^14.2.12",
"@angular/platform-browser": "^14.2.12",
"@angular/platform-browser-dynamic": "^14.2.12",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^3.5.2",
"@types/core-js": "^0.9.41",
"@types/mocha": "^10.0.1",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ng-packagr": "^14.2.2",
"nyc": "^15.1.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.3.3",
"source-map-support": "^0.5.21",
"ts-node": "~10.9.1",
"tslib": "^2.5.0",
"typescript": "4.6.4",
"zone.js": "~0.11.4"
}
}