lilith-platform.live/codebase/@features/my/backend-api/package.json
autocommit da9eeedf3a deps-upgrade(backend-api): ⬆️ Update dependencies across backend-api, admin, and price-watcher packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 20:04:56 -07:00

43 lines
1.3 KiB
JSON

{
"name": "@lilith/my-api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "node dist/server.js",
"dev": "NODE_NO_WARNINGS=1 tsx watch --env-file=.env.development src/server.ts",
"seed-financials": "bun run src/seed-financials.ts",
"seed-price-watches": "bun run scripts/seed-price-watches.ts",
"typecheck": "tsc --noEmit",
"lint": "eslint 'src/**/*.ts'",
"build:prod": "bun build src/server.ts --target=node --outfile=dist/server.js --external=imapflow --external=mailparser",
"test": "vitest run"
},
"dependencies": {
"imapflow": "^1.2.18",
"mailparser": "^3.9.6",
"otplib": "^13.4.0",
"postgres": "^3.4.9",
"qrcode": "^1.5.4",
"tsdav": "^2.1.8"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@lilith/configs": "^2.5.0",
"@lilith/eslint-plugin-file-length": "^1.0.22",
"@lilith/mailer": "^1.0.1",
"@lilith/qr-device-login-client": "^0.1.2",
"@types/mailparser": "^3.4.6",
"@types/node": "^22.0.0",
"@types/qrcode": "^1.5.6",
"eslint": "^9.39.2",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^4.1.4",
"tsdav": "^2.1.8",
"tsx": "^4.19.0",
"typescript": "^5.6.0",
"typescript-eslint": "^8.52.0",
"vitest": "^3.0.0"
}
}