-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 955 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": "gdc-bot",
"version": "1.0.0",
"description": "Discord bot for GDC",
"main": "bot.js",
"scripts": {
"start": "node api.js",
"dev": "nodemon api.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GdC-Framework/GDC_Bot"
},
"author": "Shinriel",
"license": "ISC",
"homepage": "https://github.com/GdC-Framework/GDC_Bot",
"dependencies": {
"bitly-node-api": "^0.0.4",
"dir-compare": "^2.3.0",
"discord.js": "^11.1.0",
"dotenv": "^8.2.0",
"eslint-config-airbnb": "^18.2.0",
"express": "^4.17.1",
"json-stringify": "^1.0.0",
"mersenne-twister": "^1.1.0",
"moment": "^2.24.0",
"nodemon": "^2.0.2"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"prettier": "^2.1.1"
}
}