-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "binsvbot",
"version": "1.2.1",
"main": "src/index.ts",
"author": "agoudbg <agoudbg@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/agoudbg/Bilibili-Video-Instant-View.git"
},
"homepage": "https://t.me/bakadog/4474",
"license": "GPL-3.0",
"dependencies": {
"@napi-rs/canvas": "^0.1.88",
"axios": "^1.16.0",
"dotenv": "^16.6.1",
"express": "^4.22.1",
"grammy": "^1.39.2",
"redis": "^4.7.1",
"ts-node": "^10.9.2"
},
"scripts": {
"start": "ts-node src/index.ts",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts"
},
"devDependencies": {
"@types/express": "^4.17.25",
"@types/node": "^20.19.27",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-vue": "^9.33.0",
"typescript": "^5.9.3"
}
}