-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.07 KB
/
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
{
"name": "",
"version": "1.0.0",
"description": "--- only for test (dev mode) ---",
"private": true,
"main": "",
"scripts": {
"build": "node tasks build",
"schematics": "cd dist && schematics ./packages/cli/schematics.json:start --dry-run=false --force=true --dvPath=./example/dv.config.js",
"schematics:dry": "cd dist && schematics ./packages/cli/schematics.json:start --dry-run=true --force=true --dvPath=./example/dv.config.js",
"schematics:dev": "npx cross-env NODE_ENV=development npm run schematics",
"schematics:dev:dry": "npx cross-env NODE_ENV=development npm run schematics:dry",
"start": "npm run build && npm run schematics",
"start:dev": "npm run build && npm run schematics:dev",
"publish:all": "node tasks publish all",
"publish:core": "node tasks publish core",
"publish:cli": "node tasks publish cli"
},
"files": [
"no-file-included"
],
"dependencies": {
"@engineers/auto-developer": "",
"cross-env": "^7.0.2",
"typescript": "^3.9.5"
},
"devDependencies": {
"@types/node": "^14.0.24"
}
}