Files
promote/backend/package.json
2025-03-07 18:04:27 +08:00

38 lines
1.1 KiB
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "Backend API for promote platform",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"lint": "eslint src --ext .ts",
"test": "vitest run"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"dependencies": {
"@clickhouse/client": "^0.2.10",
"@hono/node-server": "^1.13.8",
"@hono/swagger-ui": "^0.5.1",
"@supabase/supabase-js": "^2.49.1",
"bullmq": "^5.4.1",
"dotenv": "^16.4.7",
"hono": "^4.7.4",
"jsonwebtoken": "^9.0.2",
"redis": "^4.7.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}