-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
48
{
"author": "Serhii Sol",
"description": "Angular 16+ Authentication module",
"devDependencies": {
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular/common": "^16.0.4",
"@angular/core": "^16.0.4",
"@angular/router": "^16.0.4",
"@testing-library/angular": "^14.1.1",
"@types/node": "^20.2.5",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.37.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.5.0",
"jest-preset-angular": "^13.1.1",
"ng-packagr": "^16.0.1",
"typescript": "^5.0.0",
"zone.js": "^0.13.0",
"rxjs": "^7.8.1"
},
"keywords": [
"angular",
"components",
"typescript",
"authentication"
],
"license": "MIT",
"name": "ngx-auth",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/router": ">=16.0.0",
"rxjs": ">=7.0.0"
},
"repository": "https://github.com/serhiisol/ngx-auth",
"scripts": {
"build": "ng-packagr -p ng-package.json",
"lint": "eslint ./src",
"test": "jest"
},
"version": "6.0.0",
"main": "./src/index.ts"
}