-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 939 Bytes
/
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
{
"name": "@ngsm/auth",
"version": "0.1.0",
"private": false,
"dependencies": {
"@angular/common": "^9.1.0",
"@angular/core": "~9.1.0",
"@angular/compiler": "^9.1.4",
"@angular/router": "~9.1.0",
"@ngrx/store": "9.0.0",
"rxjs": "~6.5.4",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.0",
"@angular-devkit/build-ng-packagr": "~0.901.0",
"@angular/cli": "~9.1.0",
"@angular/compiler-cli": "~9.1.0",
"@types/jest": "25.1.4",
"@nrwl/jest": "9.2.3",
"ng-packagr": "^9.0.0",
"tsickle": "^0.38.1",
"jest": "25.2.4",
"jest-preset-angular": "8.1.3"
},
"scripts": {
"build": "ng build",
"test": "ng test",
"bump": "npm --no-git-tag-version version patch",
"release": "yarn build && cd dist/auth && npm publish --access public"
},
"keywords": [
"Angular",
"JavaScript",
"auth",
"JWT"
]
}