forked from angular/dev-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
50
51
52
{
"name": "@angular/build-tooling",
"version": "0.0.0-{SCM_HEAD_SHA}",
"private": true,
"packageManager": "pnpm@10.15.1",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.15.1"
},
"scripts": {
"prepare": "husky",
"ng-dev": "bash ./tools/local-dev.sh",
"lint": "tslint -c tslint.json --project tsconfig.json",
"build-env-stamp": "tsx --tsconfig tsconfig.json ./ng-dev/release/stamping/_private_main.ts build-env-stamp",
"update-generated-files": "pnpm ng-dev misc update-generated-files"
},
"exports": {
"./*": {
"default": "./*"
}
},
"devDependencies": {
"@angular/compiler-cli": "21.0.0-next.1",
"@bazel/bazelisk": "1.26.0",
"@bazel/buildifier": "8.2.1",
"firebase-tools": "14.16.0",
"husky": "9.1.7",
"jasmine-core": "5.10.0",
"jasmine-reporters": "2.5.2",
"jasmine": "5.10.0",
"prettier": "3.6.2",
"ts-node": "10.9.2",
"tslib": "^2.5.2",
"tslint": "6.1.3",
"tsx": "^4.15.7",
"typescript": "5.9.2"
},
"pnpm": {
"packageExtensions": {
"grpc-gcp": {
"peerDependencies": {
"protobufjs": "*"
}
}
},
"onlyBuiltDependencies": [
"firebase-functions",
"tsx"
]
}
}