-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.56 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@femessage/dockerize-cli",
"version": "1.0.0",
"description": "dockerize your web project in one minute",
"main": "index.js",
"scripts": {
"test": "jest",
"stdver": "standard-version -m '[skip ci] chore(release): v%s'",
"release": "gren release --override"
},
"bin": "./bin/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/femessage/dockerize-cli.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"commander": "^4.1.0",
"consola": "^2.11.3",
"glob": "^7.1.6",
"got": "^11.5.2",
"gulp-replace": "^1.0.0",
"koa": "^2.11.0",
"koa-server-http-proxy": "^0.1.0",
"koa-static": "^5.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.isstring": "^4.0.1",
"open-browsers": "^1.2.2",
"ora": "^4.0.3",
"promise.allsettled": "^1.0.2",
"prompts": "^2.3.0",
"vinyl-fs": "^3.0.3"
},
"keywords": [
"dockerize",
"private-deploy",
"replace"
],
"author": "https://github.com/femessage",
"license": "MIT",
"bugs": {
"url": "https://github.com/femessage/dockerize-cli/issues"
},
"contributors": [
{
"name": "cjfff <[email protected]>"
},
{
"name": "dream2023 <[email protected]>"
},
{
"name": "deepenlau <[email protected]>"
}
],
"homepage": "https://github.com/femessage/dockerize-cli#readme",
"vue-sfc-cli": "1.12.0",
"gren": "@femessage/grenrc",
"devDependencies": {
"@femessage/github-release-notes": "latest",
"jest": "^26.4.2",
"standard-version": "^6.0.1"
}
}