-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 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": "easy-commit-util",
"version": "1.1.81",
"description": "easy-commit-util is a command-line tool written in Node.js that simplifies and automates your git submission process.",
"bin": "./index.js",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"repositories",
"code",
"push",
"commit",
"gitee"
],
"author": "Ims",
"license": "ISC",
"type": "module",
"dependencies": {
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"eslint": "^8.19.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaolifeng0629/simple_push"
},
"bugs": {
"url": "https://github.com/yaolifeng0629/simple_push/issues"
},
"homepage": "https://github.com/yaolifeng0629/simple_push#readme",
"engines": {
"node": ">=14.0.0"
}
}