-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "hsr",
"version": "3.0.0",
"description": "Honkai Star Rail Discord Bot",
"main": "src/Cluster.js",
"scripts": {
"start": "node .",
"start:geetestWebserver": "node ./src/geetestServer/server.js",
"dev": "cross-env NODE_ENV=dev node --experimental-specifier-resolution=node .",
"lint": "eslint src/**/* --ext .js",
"lint:fix": "eslint src/**/* --ext .js --fix",
"fmt": "prettier --write src/**/*.{js,json,yaml,yml}",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeci226/HSRre.git"
},
"license": "GPL-3.0",
"type": "module",
"keywords": [
"discord bot",
"honkai star rail"
],
"dependencies": {
"@napi-rs/canvas": "^0.1.52",
"axios": "^1.7.2",
"better-sqlite3": "^11.0.0",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"discord-command-cooldown": "^1.0.9",
"discord-hybrid-sharding": "^2.2.0",
"discord.js": "^14.15.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"hoyoapi": "Yec1/hoyoapi",
"moment-timezone": "^0.5.45",
"mongoose": "^8.4.1",
"ms": "^2.1.3",
"node-fetch-commonjs": "^3.3.2",
"node-schedule": "^2.1.1",
"os": "^0.1.2",
"queue": "^7.0.0",
"quick.db": "^9.1.7",
"quickmongo": "^5.2.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-proposal-async-do-expressions": "^7.24.6",
"@babel/plugin-proposal-decorators": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"cross-env": "^7.0.3",
"eslint": "^9.4.0",
"jest": "^29.7.0",
"prettier": "^3.3.0"
}
}