-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 822 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
{
"name": "breaking-bad-quotes-cli",
"version": "1.1.2",
"description": "Get a random quote from Breaking Bad in your terminal!",
"keywords": [
"breaking",
"bad",
"heisenberg",
"quotes",
"api",
"cli",
"cli-app",
"command"
],
"author": "shevabam",
"repository": {
"type": "git",
"url": "https://github.com/shevabam/breaking-bad-quotes-cli"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/shevabam/breaking-bad-quotes-cli/issues"
},
"homepage": "https://github.com/shevabam/breaking-bad-quotes-cli",
"preferGlobal": true,
"bin": {
"breaking-bad-quotes": "cli.js"
},
"scripts": {},
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"meow": "^9.0.0",
"update-notifier": "^5.1.0"
}
}