-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "@cyber-tools/component-build-tools",
"version": "1.0.5",
"description": "基于gulp,babel,typescript开发的组件库构筑工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"node",
"cyber",
"shicheng.yu"
],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.11.1",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-file-loader": "^2.0.0",
"cli-spinners": "^2.4.0",
"commander": "^6.0.0",
"es6-promisify": "^6.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.3.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-watch": "^5.0.1",
"inquirer": "^7.3.3",
"jsonfile": "^6.0.1",
"merge2": "^1.4.1",
"module-alias": "^2.2.2",
"ora": "^4.0.5"
},
"bin": {
"cyber-component": "./index.js"
},
"devDependencies": {
"typescript": "^3.9.7"
},
"repository": {
"type": "github.com",
"url": "https://github.com/cyber-tools/component-build-tools.git"
}
}