-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 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
{
"name": "gitmini",
"version": "0.1.55",
"description": "Minimal automated approach to GIT (git publish, git unpublish, git review)",
"bin": {
"gm": "gitmini.sh",
"gitmini": "gitmini.sh"
},
"scripts": {
"test": "bash ./test.sh",
"postinstall": "bash ./install.sh install-aliases",
"deploy": "npm run test && git add . && git commit -m 'Committing changes for version bump' && npm version patch && git publish && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreafuturi/gitmini.git"
},
"keywords": [
"git",
"simplified",
"workflow"
],
"author": "andreafuturi",
"license": "ISC",
"bugs": {
"url": "https://github.com/andreafuturi/gitmini/issues"
},
"homepage": "https://www.npmjs.com/package/gitmini"
}