forked from LengoLabs/qbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 KB
/
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
{
"name": "qbot",
"version": "7.4.0",
"description": "The most advanced Discord to Roblox ranking bot available, open source and free, without any branding.",
"main": "src/main.ts",
"scripts": {
"start": "ts-node src/main.ts",
"build": "tsc --outDir dist",
"dev": "nodemon src/main.ts --ignore ./src/resources/commands.json",
"test": "echo \"Error: no test specified\" && exit 1",
"resetSlashCmds": "echo [] > src/resources/commands.json",
"update": "git fetch && git reset --hard origin/master && git pull"
},
"author": "LengoLabs",
"license": "MIT",
"devDependencies": {
"nodemon": "^2.0.15",
"prisma": "^5.0.0"
},
"dependencies": {
"@prisma/client": "^5.0.0",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.178",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.4",
"axios": "^0.24.0",
"bloxy": "5.8.0",
"discord.js": "14.11.0",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"figlet": "^1.5.2",
"lexure": "^0.17.0",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}