viossa.net/apps/vdb-backend/package.json
Sheldon Cooper f3f3ce939e
feat: degoogle (#37)
* degoogle

* make the source file path a variable
2026-01-29 22:45:33 -05:00

42 lines
941 B
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.6",
"@google-cloud/local-auth": "^3.0.1",
"@repo/common": "workspace:*",
"csv-parser": "^3.2.0",
"express": "^5.1.0",
"google-auth-library": "^9.15.1",
"googleapis": "^149.0.0",
"node-fetch": "^3.3.2",
"reflect-metadata": "^0.2.2",
"sqlite3": "^5.1.7",
"typeorm": "0.3.26",
"zod": "^4.1.8"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@types/express": "^5.0.3",
"@types/node": "^22.5.1",
"tsx": "^4.19.4",
"turbo": "^2.8.0"
}
}