-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 958 Bytes
/
package.json
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
{
"name": "un-metrics",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch --clear-screen=false src/app.ts",
"build": "echo 'No Build Step'",
"start": "node --import=tsx src/app.ts",
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push"
},
"dependencies": {
"@hono/node-server": "^1.11.2",
"@planetscale/database": "^1.18.0",
"@t3-oss/env-core": "^0.10.1",
"cron": "^3.1.7",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.31.0",
"hono": "^4.4.3",
"itty-time": "^1.0.6",
"postgres": "^3.4.4",
"unstorage": "^1.10.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@u22n/tsconfig": "^0.0.2",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.22.1",
"prettier": "^3.3.0",
"prettier-plugin-sort-imports": "^1.8.5",
"tsx": "^4.11.2",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.1.0"
}