-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 994 Bytes
/
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
31
32
33
34
35
36
37
38
{
"name": "web-control-panel",
"version": "1.0.7",
"description": "",
"main": "bin/entrypoint.js",
"bin":{
"wcp":"./bin/entrypoint.js"
},
"scripts": {
"compile": "tsc --outDir ./bin ./src/entrypoint.ts",
"dev": "npm run compile && node ./bin/entrypoint.js",
"deploy": "npm run compile && npm publish",
"test":"yarn dev new-project \"F:\\githubProject\\testwcp\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tun100/Control-Panel.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tun100/Control-Panel/issues"
},
"homepage": "https://github.com/tun100/Control-Panel#readme",
"dependencies": {
"@types/inquirer": "^6.0.3",
"@types/node": "^12.0.12",
"glob": "^7.1.4",
"global-code-utils": "^1.0.4",
"inquirer": "^6.4.1",
"lodash": "^4.17.11",
"ora": "^3.4.0",
"shelljs": "^0.8.3",
"sqlite3": "^4.0.9"
},
"devDependencies": {}
}