-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
38
39
40
41
42
43
44
{
"name": "trace.moe-api",
"version": "1.0.0",
"description": "API server of trace.moe",
"homepage": "https://github.com/soruly/trace.moe-api#readme",
"bugs": {
"url": "https://github.com/soruly/trace.moe-api/issues"
},
"license": "MIT",
"author": "soruly",
"repository": {
"type": "git",
"url": "git+https://github.com/soruly/trace.moe-api.git"
},
"type": "module",
"main": "server.ts",
"scripts": {
"start": "node server.ts",
"oxfmt": "oxfmt",
"prettier": "prettier",
"format": "prettier --write \"**/*.*\"",
"lint": "prettier --check \"**/*.*\"",
"test": "prettier --check \"**/*.*\""
},
"dependencies": {
"@zilliz/milvus2-sdk-node": "^2.6.14",
"aniep": "^0.6.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"express-rate-limit": "^8.4.1",
"multer": "^2.1.1",
"nodemailer": "^8.0.7",
"postgres": "^3.4.9",
"sharp": "^0.34.5",
"sqids": "^0.3.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"oxfmt": "^0.47.0",
"prettier": "^3.8.3",
"prettier-plugin-embed": "^0.5.1",
"prettier-plugin-sql": "^0.20.0"
}
}