-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 968 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
{
"name": "ng16-dep-audit",
"version": "2.1.0",
"description": "Audit your dependencies to see if you can upgrade to Angular 16. You can only do that if your dependencies support ivy engine. Since ngcc removal in Angular 16, view engine dependencies are no longer supported",
"main": "index.js",
"bin": {
"ng16-dep-audit": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ng16-dep-audit": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielglejzner/ng16-dep-audit.git"
},
"keywords": [
"angular",
"ng",
"upgrade",
"ngcc",
"angular",
"16",
"ivy",
"viewengine"
],
"author": "Daniel Glejzner",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielglejzner/ng16-dep-audit/issues"
},
"homepage": "https://github.com/danielglejzner/ng16-dep-audit#readme",
"dependencies": {
"tar": "^6.2.0"
}
}