-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 1022 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
{
"name": "qvk",
"version": "1.1.0",
"description": "qvk是一个集成现代前端工程化最佳实践的通用Web开发环境,可用于开发传统C/S架构的Web应用、SPA(单页应用)、H5(App内嵌页)等。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "concurrently \"npm run init --prefix server\" \"npm run init --prefix client\"",
"start": "concurrently \"node config.js\" \"npm start --prefix server\" \"wait-on tcp:8900 && npm start --prefix client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/qqvk/qvk.git"
},
"keywords": [
"qvk",
"thinkjs",
"vue.js",
"webpack"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/qqvk/qvk/issues"
},
"homepage": "https://github.com/qqvk/qvk#readme",
"devDependencies": {
"concurrently": "^4.1.2",
"wait-on": "^3.3.0"
},
"dependencies": {
"glob": "^7.1.6"
}
}