-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 921 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
39
40
41
42
43
44
45
{
"name": "pub-nexus",
"version": "1.0.0",
"author": "Aaron",
"license": "MIT",
"description": "推送dist代码到nexus插件",
"main": "index.js",
"type": "module",
"bin": {
"publish": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js",
"dist"
],
"keywords": [
"nexus",
"react",
"vue"
],
"devDependencies": {
"cross-spawn": "^7.0.3",
"kolorist": "^1.6.0",
"minimist": "^1.2.7",
"prompts": "^2.4.2",
"@types/node": "^18.11.18"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"publishConfig" : {
"registry" : "http://dev.fw135.com:8066/repository/npm-group"
},
"repository": {
"type": "git",
"url": "git+https://github.com/202780181/pub-nexus.git",
"directory": "index"
},
"bugs": {
"url": "https://github.com/202780181/pub-nexus/issues"
}
}