-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.45 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "mobit",
"version": "0.0.0-development",
"description": "A remote mobbing utility",
"keywords": [
"Mobbing",
"mob",
"Remote Mobbing",
"Mob programming",
"Remote mob programming",
"node cli",
"git"
],
"repository": {
"type": "git",
"url": "https://github.com/mcnally/mobit.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"homepage": "https://github.com/mcnally/mobit",
"main": "cli/mobit.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"semantic-release": "semantic-release"
},
"bin": {
"mobit": "bin/mobit"
},
"author": "Chris McNally",
"license": "ISC",
"dependencies": {
"chalk": "^3.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"commander": "^5.0.0",
"conf": "^6.2.1",
"enquirer": "^2.3.4",
"esm": "^3.2.25",
"figlet": "^1.3.0",
"inquirer": "^7.1.0",
"keypress": "^0.2.1",
"node-notifier": "^6.0.0",
"ora": "^4.0.3",
"simple-git": "^1.132.0",
"update-notifier": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.5",
"babel-jest": "^25.2.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"jest": "^25.1.0",
"semantic-release": "^17.0.4"
}
}