-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.33 KB
/
package.json
File metadata and controls
42 lines (42 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
{
"name": "@criticalmanufacturing/schematics",
"version": "12.0.0",
"description": "Critical Manufacturing Angular Schematics",
"private": true,
"dependencies": {
"@angular-devkit/core": "^21.1.0",
"@angular-devkit/schematics": "^21.1.0",
"@angular-eslint/schematics": "^21.1.0",
"@angular/localize": "^21.2.0",
"@angular/pwa": "^21.2.0",
"@inquirer/prompts": "^8.3.0",
"@schematics/angular": "^21.1.0",
"node-html-parser": "^7.1.0",
"ora": "^9.1.0",
"ts-morph": "^27.0.2"
},
"devDependencies": {
"@angular-devkit/schematics-cli": "^21.2.0",
"@angular/cli": "^21.2.0",
"@types/node": "^24.11.0",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"angular-eslint": "^21.2.0",
"concurrently": "^9.2.1",
"eslint": "^9.39.3",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"scripts": {
"build": "npm run build -w ./packages/schematics-devkit && concurrently \"npm run build -w ./packages/ngx-schematics\" \"npm run build -w ./packages/ngx-iot-schematics\" -r",
"test": "npm run test --workspaces",
"publish": "node ./scripts/publish.js",
"add-tags": "node ./scripts/add-tags.js",
"lint": "npm run lint --workspaces -- --quiet"
},
"author": "Critical Manufacturing",
"license": "ISC",
"workspaces": [
"packages/*"
]
}