-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 923 Bytes
/
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
{
"name": "beautiful-habitica-cli",
"version": "0.0.0",
"description": "A Command Line Interface for Habitica that focuses on beauty and simplicity.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nettapper/beautiful-habitica-cli.git"
},
"keywords": [
"habitica",
"habitica-cli",
"habit",
"todo"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nettapper/beautiful-habitica-cli/issues"
},
"bin": {
"habitica": "./index.js"
},
"homepage": "https://github.com/nettapper/beautiful-habitica-cli#readme",
"dependencies": {
"axios": "^0.18.0",
"chalk": "^2.4.2",
"data-store": "^3.1.0",
"figlet": "^1.2.1",
"inquirer": "^6.2.1",
"rxjs": "^6.3.3"
},
"devDependencies": {
"eslint": "^5.12.1"
}
}