forked from discord-bio/dbio-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 814 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": "discord.bio-cli",
"version": "1.0.5",
"description": "A CLI for discord.bio's rich presence.",
"repository": {
"type": "git",
"url": "https://github.com:venoras/dbio-cli.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"bio": "./src/index.js"
},
"author": "ven",
"contributors": [
"Nick Chan#0001",
"Crenshaw#1312"
],
"license": "ISC",
"dependencies": {
"clear": "^0.1.0",
"colors": "^1.4.0",
"delay": "^4.3.0",
"discord-rich-presence": "0.0.8",
"got": "^11.8.2",
"ini": "^1.3.5",
"inquirer": "^7.0.4",
"ora": "^4.0.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1"
}
}