-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.09 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
{
"name": "coresync-ngx-queryclient",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"build": "ng build ngx-query",
"build:local": "ng build ngx-query && cd dist/ngx-query && npm pack",
"lint": "ng lint",
"test": "ng test",
"release": "npm run build && shx cp README.md dist/ngx-query/ && shx cp LICENSE dist/ngx-query/ && cd dist/ngx-query && npm publish --access public",
"prepublishOnly": "node -e \"if(!process.env.CI){console.error('Use npm run release');process.exit(1)}\"",
"prepack": "npm run build"
},
"devDependencies": {
"@angular/build": "^20.3.3",
"@angular/cli": "^20.3.1",
"@angular/common": "^20.3.0",
"@angular/compiler": "^20.3.0",
"@angular/compiler-cli": "^20.3.0",
"@angular/core": "^20.3.0",
"@angular/forms": "^20.3.0",
"@angular/platform-browser": "^20.3.0",
"@angular/router": "^20.3.0",
"angular-eslint": "20.3.0",
"eslint": "^9.35.0",
"ng-packagr": "^20.3.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"shx": "^0.3.4"
},
"dependencies": {}
}