node-tenancy
Version:
Making multi-tenancy easier with Node.js & typescript
22 lines (21 loc) • 436 B
JSON
{
"name": "tenancy-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.20.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"http-errors": "~1.6.3",
"mongodb": "^6.15.0",
"mongoose": "^8.12.1",
"morgan": "~1.9.1",
"node-tenancy": "^1.2.2"
}
}