-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 854 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
{
"name": "nodejs-auto-publish",
"version": "1.0.63",
"description": "NodeJS-based front-end GitFlow automates code deployment",
"type": "module",
"main": "dist/index.js",
"repository": {
"url": "https://github.com/dang0705/nodejs-auto-publish.git",
"type": "git"
},
"files": [
"dist",
"src",
"example"
],
"scripts": {
"rollup:build": "rollup -c",
"example": "node ./example/publish.js"
},
"keywords": [
"auto deploy",
"auto publish",
"deploy",
"publish",
"nodejs",
"git",
"git worktree"
],
"author": "JAY",
"license": "ISC",
"dependencies": {
"execa": "^7",
"copy": "^0.3.2",
"ora": "^6.1.2",
"rimraf": "^4.3.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"rollup": "^3.9.1",
"rollup-plugin-terser": "^7.0.2"
}
}