-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 746 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 746 Bytes
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
{
"name": "@o2oa/component-tools",
"version": "2.0.26",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"vue": "vue -V"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:2020/o2oa/o2-component-tools.git"
},
"bin": {
"o2-cmpt": "bin/o2.js",
"o2": "bin/o2.js"
},
"author": "Tommy",
"license": "MIT",
"dependencies": {
"@vue/cli": "^5.0.8",
"chalk": "^5.2.0",
"commander": "^10.0.1",
"execa": "^8.0.1",
"got": "^11.8.6",
"inquirer": "^9.2.6",
"listr": "^0.14.3",
"listr-update-renderer": "^0.5.0",
"ora": "^7.0.1"
},
"publishConfig": {
"access": "public"
}
}