-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.11 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.11 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
{
"name": "devextreme-cli-monorepo",
"version": "1.2.7",
"scripts": {
"test": "lerna run --stream test",
"test-dev": "lerna run --stream test-dev",
"create-template": "npm run --prefix ./packages/devextreme-cli create-template",
"lint-template": "npm run --prefix ./packages/devextreme-cli lint-template",
"test-template": "npm run --prefix ./packages/devextreme-cli test-template",
"test-themebuilder": "npm run --prefix ./packages/devextreme-cli test-themebuilder",
"postinstall": "lerna bootstrap",
"update-template": "node ./templates-generator/index.js",
"lint": "lerna run lint"
},
"devDependencies": {
"@angular-eslint/schematics": "^0.2.0-beta.1",
"lerna": "^5.6.2",
"pre-commit": "^1.2.2",
"puppeteer": "^24.37.5"
},
"pre-commit": "lint",
"overrides": {
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
"tar-fs@>=3.0.0 <3.1.1": ">=3.1.1",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"cross-spawn": "7.0.6",
"js-yaml@>=4.0.0 <4.1.1": "4.1.1",
"tar@<7.5.7": "~7.5.7",
"minimatch@>=9.0.0 <9.0.6": "^10.2.2",
"minimatch@>=3.0.0 <3.1.4": "3.1.4"
}
}