-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.3 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "rabscuttle",
"version": "1.0.0",
"description": "A discord bot written in typescript",
"main": "src/index.ts",
"devDependencies": {
"@types/better-sqlite3": "^7.6.3",
"@types/form-data": "^2.5.0",
"@types/formdata": "^0.10.0",
"@types/jimp": "^0.2.28",
"@types/marked": "5.0.0",
"@types/bun": "latest",
"@types/ws": "^7.4.4",
"gts": "^3.1.0",
"prettier": "^2.0.2",
"pretty-quick": "^2.0.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.3",
"@biomejs/biome": "1.9.4"
},
"scripts": {
"develop": "bun ./src/index.ts",
"build": "bun build ./src/index.tsx --outdir ./build"
},
"author": "",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"better-sqlite3": "^8.2.0",
"bufferutil": "^4.0.6",
"develop": "^1.0.0",
"discord-api-types": "^0.23.1",
"discord.js": "14.16.3",
"form-data": "^3.0.1",
"jimp": "^0.16.1",
"jsmegahal": "^1.2.4",
"kysely": "0.27.5",
"kysely-bun-worker": "0.7.0",
"marked": "5.0.0",
"npm": "^9.2.0",
"pngjs": "7.0.0",
"receiptline": "^1.16.1",
"run": "^1.4.0",
"sharp": "0.33.5",
"utf-8-validate": "^5.0.9",
"wikipedia": "^1.1.9",
"winston": "^3.3.3",
"zlib-sync": "^0.1.7"
}
}