-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.5 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.5 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
40
41
42
43
44
45
46
47
48
49
{
"name": "angular-web-storage",
"version": "21.0.0",
"description": "Angular decorator to save and restore of HTML5 Local&Session Storage",
"license": "MIT",
"author": "cipchk <cipchk@qq.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/cipchk/angular-web-storage.git"
},
"homepage": "https://cipchk.github.io/angular-web-storage/",
"bugs": {
"url": "https://github.com/cipchk/angular-web-storage/issues"
},
"scripts": {
"lint": "ng lint",
"test": "ng t --coverage --watch false",
"build": "node scripts/build.js",
"release": "npm run build && cd publish && npm publish --access public",
"release:next": "npm run build && cd publish && npm publish --access public --tag next"
},
"dependencies": {
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-eslint/builder": "21.0.1",
"@angular/build": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@eslint/js": "^9.39.1",
"angular-eslint": "^21.0.1",
"eslint": "^9.39.1",
"jsdom": "^27.1.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.48.0",
"vitest": "^4.0.13",
"@vitest/coverage-v8": "^4.0.13",
"ng-packagr": "^21.0.0",
"fs-extra": "^11.3.2"
},
"packageManager": "pnpm@10.23.0"
}