-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (66 loc) · 1.68 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "Minato",
"version": "0.3.31",
"repository": "https://github.com/huankong233/Minato",
"description": "Minato framework in typescript",
"type": "module",
"scripts": {
"dev": "nodemon",
"debug": "tsx ./src/index.ts --debug",
"start": "tsx ./src/index.ts",
"docker": "pnpm install && pnpm run start",
"type-check": "tsc --noEmit -p tsconfig.json --composite false"
},
"keywords": [
"QQ",
"bot",
"typescript"
],
"author": "huankong233",
"license": "MIT",
"dependencies": {
"@hono/node-server": "^1.13.8",
"@huan_kong/node-global-proxy": "1.0.2",
"@octokit/webhooks": "^13.5.0",
"axios": "^1.7.9",
"axios-retry": "^4.5.0",
"cheerio": "^1.0.0",
"cli-color": "^2.0.4",
"commander": "^13.1.0",
"compare-versions": "^6.1.1",
"cron": "^3.5.0",
"dayjs": "^1.11.13",
"fs-extra": "^11.3.0",
"hono": "^4.6.20",
"image_searcher": "^0.3.4",
"jimp": "^1.6.0",
"knex": "^3.1.0",
"mime-types": "^3.0.0",
"minecraftstatuspinger": "^1.2.1",
"mysql2": "^3.12.0",
"node-napcat-ts": "^0.4.4",
"tsx": "^4.19.2"
},
"devDependencies": {
"@types/cli-color": "^2.0.6",
"@types/fs-extra": "^11.0.4",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.13.0",
"@types/node-cron": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"nodemon": "^3.1.9",
"prettier": "^3.4.2",
"typescript": "^5.7.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"core-js",
"es5-ext",
"esbuild"
]
}
}