-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "decleanup-network_backend",
"module": "index.ts",
"type": "module",
"scripts": {
"dev": "bun --watch index.ts",
"build": "bun build index.ts",
"start": "bun index.ts",
"generate": "drizzle-kit generate",
"migrate": "drizzle-kit migrate",
"studio": "drizzle-kit studio"
},
"devDependencies": {
"@types/bun": "latest",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/pg": "^8.11.11"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@types/multer": "^1.4.12",
"@types/sharp": "^0.32.0",
"@wagmi/core": "^2.16.5",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.5",
"drizzle-orm": "^0.40.0",
"exifr": "^7.1.3",
"express": "^4.21.2",
"ipfs-http-client": "^60.0.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.2",
"pg": "^8.13.3",
"postgres": "^3.4.5",
"sharp": "^0.33.5",
"siwe": "^3.0.0",
"twitter-api-v2": "^1.20.2",
"viem": "^2.23.5",
"zod": "^3.24.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}