-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 905 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
{
"name": "StartonDiscordBot",
"version": "1.0.0",
"description": "",
"main": "build/main.js",
"scripts": {
"build": "tsc",
"start": "node build/main.js",
"dev": "ts-node src/main.ts"
},
"engines": {
"node": ">=16.6.0"
},
"author": "Cedric Cervantes <[email protected]>",
"license": "MIT",
"devDependencies": {
"prettier": "^2.4.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"dependencies": {
"@discordx/importer": "^1.1.2",
"@discordx/utilities": "^1.2.2",
"@types/express": "^4.17.13",
"@types/node": "^16.11.12",
"axios": "^0.21.4",
"cors": "^2.8.5",
"discord.js": "^13.3.1",
"discordx": "^9.0.1",
"dotenv": "^10.0.0",
"ethers": "^5.5.2",
"express": "^4.17.1",
"moment": "^2.29.1",
"pg": "^8.7.1",
"quick.db": "^7.1.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.41"
}
}