-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "bfban",
"version": "0.0.1",
"description": "bfban kook bot",
"main": "bot-server/index.ts",
"scripts": {
"start": "node --nolazy -r ts-node/register -r tsconfig-paths/register index.ts"
},
"keywords": [],
"author": "FlappyIce",
"license": "MIT",
"dependencies": {
"@sentry/node": "^7.45.0",
"@sentry/tracing": "^7.45.0",
"axios": "1.6.0",
"express": "^4.19.2",
"i18n-js": "^4.2.2",
"kbotify": "^0.2.10",
"knex": "^3.1.0",
"node-uuid": "^1.4.8",
"pm2": "^5.3.0",
"puppeteer": "^19.7.2",
"sqlite3": "^5.1.7",
"upath": "^2.0.1"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
"@types/express": "^4.17.21",
"@types/ffmpeg-static": "^3.0.1",
"@types/lru-cache": "^5.1.0",
"@types/node": "^20.14.10",
"@types/node-uuid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/eslint-plugin-tslint": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-unicorn": "^34.0.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.9.5"
}
}