-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 946 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
{
"name": "discordbot",
"version": "1.0.0",
"description": "🤖 A bot that brings the game Splitgate to discord",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc && npx prisma generate",
"lint": "npx eslint --fix .",
"pre": "npm run build && npm run lint",
"start": "npm run pre && node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^0.4.1",
"@prisma/client": "^5.0.0",
"@schiacciata/logger": "^1.0.0",
"discord-api-types": "^0.33.5",
"discord.js": "^14.7.1",
"dotenv": "^16.0.1",
"mongoose": "^6.3.5",
"splitgate.js": "^3.3.0"
},
"devDependencies": {
"@types/node": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"prisma": "^5.0.0",
"typescript": "^4.7.3"
}
}