24 lines
578 B
JSON
24 lines
578 B
JSON
{
|
|
"type": "module",
|
|
"name": "xtablo-api",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"start": "NODE_ENV=production node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.14.4",
|
|
"@supabase/supabase-js": "^2.49.4",
|
|
"dotenv": "^16.5.0",
|
|
"hono": "^4.7.7",
|
|
"hono-sessions": "^0.7.2",
|
|
"nodemailer": "^7.0.4",
|
|
"stream-chat": "^9.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.17",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"tsx": "^4.7.1",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|