-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 764 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 764 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
{
"name": "paste-fox",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "src/main.js",
"scripts": {
"dev": "vite dev",
"build": "tsc",
"start": "npm run build && node dist/main.js"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/pg": "^8.15.2",
"drizzle-kit": "^0.31.1",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"dependencies": {
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.5.0",
"drizzle": "^1.4.0",
"drizzle-orm": "^0.43.1",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"mysql2": "^3.14.1",
"pg": "^8.16.0",
"qr-code-styling": "^1.9.2"
}
}