-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 820 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 820 Bytes
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
{
"name": "angular-extended-builders-workspace",
"version": "21.2.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"watch": "pnpm --parallel --filter=!app watch",
"build": "pnpm --parallel --filter=!app build",
"build-app": "ANGULAR_EXTENDED_BUILDER=debug pnpm --filter=app build",
"serve": "pnpm --filter=app serve",
"check": "oxlint . && oxfmt --check .",
"format": "oxlint --fix . && oxfmt ."
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-angular": "^20.5.0",
"@release-it/bumper": "^7.0.5",
"@types/node": "^24.12.2",
"del-cli": "^7.0.0",
"lefthook": "^2.1.5",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.21.0",
"release-it": "^19.2.4",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20.11.1"
}
}