-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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": "git-commit-prompt",
"version": "1.2.7",
"description": "Command line utility to structure your git commit messages",
"main": "git-commit-prompt.bat",
"bin": {
"prompt": "git-commit-prompt.bat"
},
"pkg": {
"scripts": "src/**/*.js"
},
"scripts": {
"test": "clear && mocha",
"postinstall": "pkg --out-path bin -t node18 git-commit-prompt.bat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monolithgoon/git-commit-prompt.git"
},
"keywords": [
"command-line",
"git",
"ci/cd",
"documentation",
"automation"
],
"author": "MonkeyPawz Collective",
"license": "ISC",
"bugs": {
"url": "https://github.com/monolithgoon/git-commit-prompt/issues"
},
"homepage": "https://github.com/monolithgoon/git-commit-prompt#readme",
"dependencies": {
"chalk": "^4.1.0",
"inquirer": "^8.2.6"
},
"devDependencies": {
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"pkg": "^5.8.1",
"signale": "^1.4.0",
"sinon": "^17.0.1"
}
}