TKK_E32230551/backend-jamur-update/package.json

26 lines
549 B
JSON

{
"name": "broker",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@supabase/supabase-js": "^2.101.1",
"bullmq": "^5.73.0",
"dotenv": "^17.4.1",
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"ioredis": "^5.10.1",
"mqtt": "^5.15.1"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}