-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 965 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 965 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
32
33
34
35
36
37
38
39
{
"name": "bckbot",
"version": "3.6.1",
"author": "hker9527",
"main": "src/index.ts",
"dependencies": {
"@book000/pixivts": "^0.21.7",
"@prisma/client": "^5.1.1",
"assert-ts": "^0.3.4",
"decimal.js": "^10.4.2",
"discord.js": "^14.12.1",
"html-to-text": "^9.0.5",
"i18next": "^23.4.4",
"linkifyjs": "^4.0.2",
"node-emoji": "^2.1.0",
"prisma": "^5.1.1",
"tslog": "^4.9.2",
"underscore": "^1.13.6",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/html-to-text": "^9.0.1",
"@types/linkifyjs": "^2.1.4",
"@types/node-emoji": "^2.1.0",
"@types/underscore": "^1.11.14",
"bun-types": "latest",
"eslint": "^8.54.0",
"eslint-config-alloy": "^5.1.1",
"eslint-plugin-typescript": "^0.14.0"
},
"overrides": {
"@types/node": "npm:bun-types@latest"
},
"license": "MIT",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts"
}
}