vi-ilo/apps/vdb-backend/package.json
2026-09-02 14:51:14 -04:00

50 lines
1.1 KiB
JSON

{
"name": "@repo/vdb-backend",
"version": "1.0.0",
"description": "",
"type": "module",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pnpm exec tsc",
"start": "pnpm exec tsx src/index"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"dependencies": {
"@feathersjs/feathers": "^5.0.49",
"@google-cloud/local-auth": "^3.0.1",
"@repo/common": "workspace:*",
"bcrypt": "^6.0.0",
"cors": "^2.8.6",
"csv-parser": "^3.2.1",
"express": "^5.2.1",
"google-auth-library": "^9.15.1",
"googleapis": "^149.0.0",
"node-fetch": "^3.3.2",
"passport": "^0.7.0",
"passport-http": "^0.3.0",
"reflect-metadata": "^0.2.2",
"sqlite3": "^5.1.7",
"typeorm": "0.3.26",
"zod": "^4.4.3"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@types/bcrypt": "^6.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^22.20.1",
"@types/passport": "^1.0.17",
"@types/passport-http": "^0.3.11",
"tsx": "^4.23.12",
"turbo": "^2.10.11"
}
}