-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 929 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": "dadjokes",
"version": "0.2.1",
"description": "/r/dadjokes front-page in your terminal",
"author": "gillchristian <gillchristiang@gmail.com>",
"keyworkds": [
"reddit",
"subreddit",
"/r/dadjokes",
"dadjokes",
"front-page",
"cli"
],
"bin": "bin/dadjokes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gillchristian/dadjokes.git"
},
"bugs": {
"url": "https://github.com/gillchristian/dadjokes/issues"
},
"homepage": "https://github.com/gillchristian/dadjokes#readme",
"scripts": {
"release": "np",
"format": "prettier --write '**/*.js' 'bin/dadjokes'",
"test": "echo 'no tests for now, you should add them!' ; exit 0"
},
"dependencies": {
"chalk": "^2.3.0",
"meow": "^5.0.0",
"ora": "^1.3.0",
"trae": "^1.4.2"
},
"devDependencies": {
"np": "^2.18.3",
"prettier": "^1.9.2"
}
}