{ "name": "inventorymanagement", "version": "0.1.0", "description": "Inventory management application for restaurants", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js", "buildDashboard": "watchify ./views/dashboardPage/js/dashboard.js -o ./views/dashboardPage/bundle.js", "nodemon": "nodemon app.js", "dev": "npm run buildDashboard | npm run nodemon" }, "repository": { "type": "git", "url": "git+https://github.com/The-Subline/Inventory-Management.git" }, "author": "Lee Morgan", "license": "ISC", "bugs": { "url": "https://github.com/The-Subline/Inventory-Management/issues" }, "homepage": "https://github.com/The-Subline/Inventory-Management#readme", "dependencies": { "axios": "^0.21.1", "bcryptjs": "^2.4.3", "compression": "^1.7.4", "cookie-session": "^1.4.0", "cssmerger": "^1.1.0", "ejs": "^2.7.4", "express": "^4.17.1", "mailgun-js": "^0.6.7", "mongoose": "^5.12.4", "multer": "^1.4.2", "xlsx": "^0.16.8" }, "devDependencies": { "browserify": "^16.5.1", "tinyify": "^3.0.0", "watchify": "^3.11.1" } }