-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1021 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
38
39
40
41
42
{
"name": "tom-discord-bot",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node ./app.js"
},
"author": "Ben Etherington",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^0.3.0",
"@fastify/cookie": "^6.0.0",
"@fastify/formbody": "^6.0.1",
"@fastify/static": "^5.0.2",
"@mapbox/node-pre-gyp": "^1.0.9",
"bcrypt": "^5.0.1",
"csv-parse": "^5.1.0",
"discord-api-types": "^0.26.1",
"discord.js": "^13.7.0",
"dotenv": "^14.3.2",
"express": "^4.18.1",
"fastify": "^3.29.0",
"jsonwebtoken": "^8.5.1",
"node-schedule": "^2.1.0",
"pino-pretty": "^7.6.1",
"point-of-view": "^5.3.0",
"pug": "^3.0.2",
"sqlite": "^4.1.1",
"sqlite3": "^5.0.2",
"twitter": "^1.7.1",
"twitter-api-sdk": "^1.0.6"
},
"engines": {
"node": "^16.13.2"
},
"devDependencies": {
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"stylelint": "^14.8.2",
"stylelint-config-standard": "^25.0.0"
}
}