{ "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.6", "@google-cloud/local-auth": "^2.1.0", "@repo/common": "workspace:*", "express": "^5.1.0", "google-auth-library": "^10.3.0", "googleapis": "^159.0.0", "node-fetch": "^3.3.2", "reflect-metadata": "^0.2.2", "sqlite3": "^5.1.7", "typeorm": "0.3.26" }, "devDependencies": { "@types/express": "^5.0.3", "@types/node": "^22.5.1", "tsx": "^4.19.4" } }