-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 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
{
"name": "URL_Shortner",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "node --watch index.js",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.23.0",
"devDependencies": {
"@types/express": "~4.17.25",
"@types/node": "^25.3.0",
"@types/pg": "^8.16.0",
"drizzle-kit": "^0.31.9",
"tsx": "^4.21.0"
},
"dependencies": {
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"express": "~4.22.1",
"google-auth-library": "^10.5.0",
"jsonwebtoken": "^9.0.3",
"nanoid": "^5.1.6",
"pg": "^8.18.0",
"zod": "^4.3.6"
}
}