-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
45
46
47
48
49
50
51
52
{
"name": "imparty",
"version": "0.1.3",
"description": "自建游戏预约服务平台。 A self-built game reservation service platform.",
"repository": "https://github.com/colour93/imparty",
"scripts": {
"dev": "ts-node ./src",
"build": "tsc",
"start": "node ./dist"
},
"keywords": [
"express",
"typeorm",
"sqlite"
],
"author": "colour93<x@fur93.icu>",
"license": "ISC",
"dependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-session": "^1.17.10",
"@types/lodash": "^4.14.202",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.17",
"@types/ws": "^8.5.10",
"argon2": "^0.31.2",
"async-validator": "^4.2.5",
"axios": "^1.6.7",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-session": "^1.18.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"multer": "1.4.5-lts.1",
"nanoid": "3",
"pino": "^8.18.0",
"pino-http": "^9.0.0",
"pino-pretty": "^10.3.1",
"reflect-metadata": "^0.2.1",
"sharp": "^0.33.2",
"sqlite3": "^5.1.7",
"tsconfig-paths": "^4.2.0",
"typeorm": "^0.3.20",
"typescript": "^5.3.3",
"ws": "^8.16.0"
},
"devDependencies": {
"ts-node": "^10.9.2",
"tsc": "^2.0.4"
},
"packageManager": "pnpm@8.15.3+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991"
}