-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 768 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
31
{
"name": "inhouse",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"author": "Chef",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@sapphire/discord.js-utilities": "^4.9.7",
"@sapphire/framework": "^3.0.0-next.9e16888.0",
"@sapphire/plugin-scheduled-tasks": "^2.3.3",
"@sapphire/stopwatch": "^1.4.1",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "^17.0.29",
"axios": "^0.27.2",
"bull": "^4.8.2",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"express": "^4.18.0",
"twisted": "^1.46.8"
},
"devDependencies": {
"@types/bull": "^3.15.8",
"@types/express": "^4.17.13"
}
}