-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"author": "Serhii Sol",
"description": "Angular 20+ Authentication module",
"devDependencies": {
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/router": "^20.0.0",
"@types/jest": "^30.0.0",
"angular-eslint": "^20.5.0",
"eslint": "^9.38.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^61.1.11",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-preset-angular": "^15.0.3",
"ng-packagr": "^20.3.0",
"rxjs": "^7.8.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.46.2",
"zone.js": "^0.15.1"
},
"keywords": [
"angular",
"authentication"
],
"license": "MIT",
"main": "./src/index.ts",
"name": "ngx-auth",
"repository": "https://github.com/serhiisol/ngx-auth",
"scripts": {
"build": "ng-packagr -p ng-package.json",
"lint": "eslint ./src",
"test": "jest"
},
"version": "7.1.0"
}