| 123456789101112131415161718192021222324252627282930313233 |
- {
- "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",
- "dev": "nodemon app.js --ext js,css,json --ignore ./views/dashboardPage/bundle.js --ignore ./views/dashboardPage/bundle.css"
- },
- "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",
- "esbuild": "^0.11.20",
- "express": "^4.17.1",
- "express-fileupload": "^1.2.1",
- "mongoose": "^5.12.4"
- }
- }
|