node-tenancy
Version:
Automatic multi-tenancy for Node with support to Rabbitmq
50 lines (49 loc) • 1.07 kB
JSON
{
"name": "node-tenancy",
"version": "1.2.0",
"description": "Automatic multi-tenancy for Node with support to Rabbitmq",
"main": "index.js",
"homepage": "https://github.com/johnabil/tenancy#readme",
"repository": {
"type": "git",
"url": "https://github.com/johnabil/tenancy"
},
"scripts": {
"test": "jest --detectOpenHandles"
},
"bin": {
"tenancy-db": "bin/db.js"
},
"keywords": [
"node.js",
"saas",
"mongoose",
"mongodb",
"multi-tenant",
"tenancy",
"database",
"sql",
"sequelize",
"rabbitmq"
],
"author": "John Nabil",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.5",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"mongodb": "^6.13.1",
"mongoose": "^8.10.1",
"sequelize": "^6.37.6",
"sequelize-cli": "^6.6.2"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@shelf/jest-mongodb": "^5.1.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"pg": "^8.14.1",
"pg-hstore": "^2.3.4"
}
}