-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "randomapi",
"version": "0.1.0",
"description": "崩坏3&原神的随机图片、音乐、视频及名台词API",
"exports": "./index.js",
"type": "module",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"dev": "node index.js dev",
"start": "node index.js",
"start-pm2": "pm2 start pm2.config.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DreamOfIce/randomAPI.git"
},
"keywords": [
"崩坏3",
"原神",
"Honkai3rd",
"GenshinImpact"
],
"author": "冰雪殇璃陌梦(DreamOfIce)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DreamOfIce/randomAPI/issues"
},
"homepage": "https://github.com/DreamOfIce/randomAPI#readme",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.0.3",
"express": "^4.20.0",
"iconv-lite": "^0.6.3",
"marked": "^4.2.1",
"winston": "^3.8.2"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"prettier": "^2.7.1"
}
}