-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 937 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 937 Bytes
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
{
"name": "tgthon-be",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node src/index.ts",
"build": "npx tsc",
"start": "node dist/index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/busboy": "^1.5.4",
"@types/cors": "^2.8.19",
"@types/dotenv": "^6.1.1",
"@types/jsonwebtoken": "^9.0.10",
"@types/sharp": "^0.31.1",
"@types/uuid": "^10.0.0",
"busboy": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"express": "^5.1.0",
"express-validator": "^7.2.1",
"google-auth-library": "^10.2.0",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.14.3",
"sharp": "^0.34.3",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/express": "^5.0.3",
"drizzle-kit": "^0.31.4",
"typescript": "^5.9.2"
}
}