-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "shogan",
"version": "1.3.0",
"description": "Organize your TV Shows",
"main": "./dist/shogan.js",
"scripts": {
"start": "babel-node src/shogan.js",
"prepublishOnly": "./node_modules/.bin/babel ./src -d ./dist"
},
"bin": {
"shogan": "./bin/index.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/oddoye-david/shogan.git"
},
"keywords": [
"tv",
"shows",
"cli"
],
"author": "David Oddoye <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oddoye-david/shogan/issues"
},
"homepage": "https://github.com/oddoye-david/shogan#readme",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "1.6.1",
"eslint": "4.19.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.11.0",
"rimraf": "2.6.2"
},
"dependencies": {
"@v3rse/chroma": "1.1.0",
"clear": "0.1.0",
"cli-progress": "1.8.0",
"configstore": "3.1.2",
"figlet": "1.2.0",
"glob": "7.1.2",
"inquirer": "5.2.0",
"inquirer-directory": "2.1.0",
"mkdirp": "0.5.1"
},
"files": [
"dist",
"bin"
]
}