-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 865 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
{
"name": "ronybot",
"version": "1.0.0",
"description": "Unflips all tables except mine",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RonyKordahi/RonyBOT.git"
},
"author": "Redmoron#6235",
"license": "ISC",
"bugs": {
"url": "https://github.com/RonyKordahi/RonyBOT/issues"
},
"homepage": "https://github.com/RonyKordahi/RonyBOT#readme",
"engines": {
"node": "16.13.1",
"npm": "8.1.2"
},
"dependencies": {
"discord.io": "https://github.com/woor/discord.io/tarball/gateway_v6",
"discord.js": "^13.6.0",
"dotenv": "^14.3.2",
"nodemon": "^2.0.15",
"winston": "^3.5.0"
}
}