-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
39
40
{
"name": "stream_alert",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "npx tsc && node .",
"registerCommands": "node ./dist/commands/register_commands.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"@keyv/sqlite": "^3.0.0",
"better-sqlite3": "^7.5.0",
"bufferutil": "^4.0.6",
"discord-api-types": "^0.26.1",
"discord.js": "^13.6.0",
"erlpack": "github:discord/erlpack",
"express": "^4.17.2",
"keyv": "^4.0.5",
"node-fetch": "^3.2.0",
"utf-8-validate": "^5.0.8",
"winston": "^3.4.0",
"yaml": "2.0.0-10",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/better-sqlite3": "^7.4.2",
"@types/express": "^4.17.2",
"@types/keyv": "^3.1.3",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"typescript": "^4.5.5"
}
}