-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "qt-build-cli",
"version": "1.1.7",
"description": "qt build extends",
"bin": {
"qt-build-cli": "bin/qt-build-cli"
},
"files": [
"bin",
"lib",
"node_modules"
],
"scripts": {
"link": "npm link",
"unlink": "npm unlink qt-build-cli -g",
"clean": "shx rm -rf ./test/target",
"test-copy": "qt-build-cli copy -c test/config.json -r VIRABLE-test1",
"test-buildStyle": "qt-build-cli buildStyle -c test/config.json -r VIRABLE-app",
"test": "npm run link && npm run clean && npm run test-copy && npm run test-buildStyle && npm run unlink"
},
"keywords": [
"qt",
"build",
"cli",
"copy",
"less"
],
"author": "Caize Chen",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chencaize/qt-build-cli"
},
"dependencies": {
"chalk": "^4",
"commander": "^10.0.0",
"common-utils-core": "^1.0.0",
"fs-extra": "^11.1.0",
"handlebars": "^4.7.7",
"json5": "^2.2.3",
"less-4.2.0-4261": "^4.2.0",
"moment": "^2.30.0"
},
"devDependencies": {
"shx": "^0.3.4"
}
}