-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 850 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 850 Bytes
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
40
41
{
"name": "the100bot",
"version": "1.0.0",
"description": "Official Discord Bot for The100.io",
"main": "index.js",
"engines": {
"node": "16.13.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"the100",
"discord",
"bot",
"the",
"100",
"lfg"
],
"author": "mlapeter",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "0.12.0",
"@discordjs/rest": "0.3.0",
"chrono-node": "2.3.7",
"discord-api-types": "0.27.3",
"discord.js": "13.6.0",
"dotenv": "^7.0.0",
"eslint": "^8.8.0",
"lodash": "4.17.15",
"node-fetch": "^3.2.0",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.15.0",
"sqlite": "^4.0.23"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}