55 lines
1.6 KiB
JSON
55 lines
1.6 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",
|
|
"test:analytics": "tsx scripts/analytics-test.ts",
|
|
"ch": "bash db/sql/clickhouse/ch-query.sh",
|
|
"check-schema": "node db/db-inspector/run-all.js",
|
|
"pg": "node db/sql/postgres/pg-query.js",
|
|
"manual-sync": "tsx src/scripts/manualSync.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
|
|
"dependencies": {
|
|
"@clickhouse/client": "^1.10.1",
|
|
"@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",
|
|
"pg": "^8.14.0",
|
|
"redis": "^4.7.0",
|
|
"uuid": "^11.1.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@supabase/supabase-js": "^2.49.1",
|
|
"@types/axios": "^0.14.4",
|
|
"@types/dotenv": "^8.2.3",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"@types/node": "^20.11.30",
|
|
"@types/pg": "^8.11.11",
|
|
"@types/uuid": "^10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
"@typescript-eslint/parser": "^7.4.0",
|
|
"axios": "^1.8.2",
|
|
"dotenv": "^16.4.7",
|
|
"eslint": "^8.57.0",
|
|
"pg": "^8.13.3",
|
|
"tsx": "^4.7.1",
|
|
"typescript": "^5.4.3",
|
|
"uuid": "^11.1.0",
|
|
"vitest": "^1.4.0"
|
|
}
|
|
} |