-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 723 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 723 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
{
"name": "supportbot",
"version": "1.0.0",
"description": "",
"main": "Main.js",
"scripts": {
"test": "echo \"Error: no test specified && exit 1",
"start": "tsc & node dist/Main.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordx/importer": "^1.1.2",
"@typegoose/typegoose": "^9.7.1",
"discord-dashboard": "^2.3.14",
"discord-easy-dashboard": "^1.2.1",
"discord.js": "^13.6.0",
"discordx": "^9.4.2",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"level": "^7.0.1",
"mongoose": "^6.2.8",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/level": "^6.0.1",
"@types/node": "^17.0.21",
"typescript": "^4.6.2"
}
}