{ "name": "simrs", "license": "MIT", "version": "0.6.5", "description": "Integrated Hospital Software", "repository": { "type": "git", "url": "git://github.com/rikyperdana/simrs.git" }, "engines": { "node": ">=12.18.1", "npm": ">=6.14.5" }, "dependencies": { "bcrypt": "^5.0.0", "crypto-js": "^3.3.0", "dotenv": "^8.2.0", "express": "^4.17.1", "mongodb": "^3.6.3", "nodemon": "^2.0.7", "redis": "^3.0.2", "sift": "^13.5.0", "socket.io": "^4.0.1" }, "scripts": { "start": "node server.js", "bundle": "node bundler.js" }, "keywords": [ "hospital", "simrs" ], "author": "Riky Perdana", "devDependencies": { "concat": "^1.0.3", "minify": "^5.2.0" } }