-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "nwe",
"version": "1.0.6",
"description": "Supercharged git commands",
"main": "index.js",
"homepage": "https://gagocarrilloedgar.github.io/nwe/",
"keywords": [
"node",
"github",
"cli",
"js",
"git"
],
"scripts": {
"test": "jest --verbose",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"author": "Edgar Gago Carrillo",
"repository": {
"type": "git",
"url": "https://github.com/gagocarrilloedgar/nwe"
},
"license": "MIT",
"dependencies": {
"@octokit/rest": "^18.3.5",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"commander": "^7.2.0",
"configstore": "^5.0.1",
"figlet": "^1.5.0",
"glob": "^7.1.7",
"inquirer": "^8.0.0",
"js-yaml": "^3.14.1",
"jsdoc-to-markdown": "^7.0.1",
"mkdocs": "^0.0.1",
"shelljs": "^0.8.4",
"yaml": "^1.10.2"
},
"bin": {
"nwe": "src/index.js"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"nodemon": "^2.0.12"
}
}