25 lines
901 B
JSON
25 lines
901 B
JSON
{
|
|
"name": "nodejs-project",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"//": "Server-side runtime deps only (client deps ship prebuilt in dist/). Versions mirror ../../../bill-tracker. openid-client is intentionally omitted — it is ESM-only and unused in single-user local mode; scripts/prepare-local-mode-deps.js installs a CJS stub. kysely is ESM-only and gets bundled to CJS by the same script.",
|
|
"dependencies": {
|
|
"@simplewebauthn/server": "^13.0.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"better-sqlite3": "^12.9.0",
|
|
"cookie-parser": "^1.4.6",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.2.1",
|
|
"express-rate-limit": "^8.4.1",
|
|
"kysely": "^0.29.3",
|
|
"node-cron": "^4.2.1",
|
|
"nodemailer": "^9.0.3",
|
|
"otplib": "^13.4.1",
|
|
"qrcode": "^1.5.4",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
|
|
},
|
|
"devDependencies": {
|
|
"nodejs-mobile-gyp": "^0.4.0"
|
|
}
|
|
}
|