-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 966 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
{
"name": "Tram",
"version": "1.1.4",
"description": "A Fully Featured Discord bot with many useful and fun commands!",
"main": "src/app.js",
"repository": "https://gitlab.com/summerdev-studios/tram-discord.git",
"author": "summer.",
"license": "AGPL-3.0-or-later",
"dependencies": {
"body-parser": "^1.20.0",
"btoa": "^1.2.1",
"cookie-parser": "^1.4.6",
"discord-slash-command-handler": "3.2.3",
"discord.js": "^13.11.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"memorystore": "^1.6.7",
"mongoose": "^6.3.4",
"newrelic": "^8.17.1",
"node-fetch": "^3.2.4",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"quick.db": "^7.1.3",
"standard": "^17.0.0",
"undici": "^5.11.0"
},
"scripts": {
"start": "node src/launch.js",
"dev": "nodemon src/launch.js",
"lint": "standard",
"list-fix": "standard --fix"
}
}