-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
{
"name": "davai-commit",
"version": "2.0.4",
"description": "Commiting tools",
"main": "src/cli.js",
"bin": {
"davai-commit": "bin/davai-commit"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"smart commit",
"generate commit message",
"committing-tools"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint --color --format table --quiet src",
"debug": "node --inspect --experimental-modules bin/davai-commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiamTorrelli/davai-commit.git"
},
"author": "KazakovArtem <a.kazakov@incodewetrust.ru>",
"license": "ISC",
"bugs": {
"url": "https://github.com/LiamTorrelli/davai-commit/issues"
},
"homepage": "https://github.com/LiamTorrelli/davai-commit#readme",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.2.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"dependencies": {
"arg": "^4.1.1",
"axios": "^0.19.2",
"chalk": "^2.4.2",
"esm": "^3.2.25",
"inquirer": "^7.0.0",
"listr": "^0.14.3",
"mobx": "^5.13.0",
"ncp": "^2.0.0",
"ramda": "^0.26.1",
"shelljs": "^0.8.3"
}
}