xtablo-source/api/package.json
2025-10-11 12:32:52 +02:00

42 lines
1.1 KiB
JSON

{
"type": "module",
"name": "xtablo-api",
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "mocha",
"test:watch": "mocha --watch",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"dependencies": {
"@aws-sdk/client-s3": "^3.850.0",
"@hono/node-server": "^1.14.4",
"@supabase/supabase-js": "^2.49.4",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"googleapis": "^161.0.0",
"graphile-worker": "^0.16.6",
"hono": "^4.7.7",
"hono-sessions": "^0.7.2",
"multer": "^2.0.2",
"nodemailer": "^7.0.4",
"stream-chat": "^9.8.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@types/chai": "^4.3.0",
"@types/mocha": "^10.0.0",
"@types/node": "^20.11.17",
"@types/nodemailer": "^6.4.17",
"@types/sinon": "^17.0.0",
"chai": "^4.3.0",
"mocha": "^10.0.0",
"sinon": "^17.0.0",
"tsx": "^4.7.1",
"typescript": "^5.8.3"
}
}