package.json 787 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "inventorymanagement",
  3. "version": "0.1.0",
  4. "description": "Inventory management application for restaurants",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node app.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/The-Subline/Inventory-Management.git"
  13. },
  14. "author": "Lee Morgan",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/The-Subline/Inventory-Management/issues"
  18. },
  19. "homepage": "https://github.com/The-Subline/Inventory-Management#readme",
  20. "dependencies": {
  21. "axios": "^0.19.0",
  22. "bcryptjs": "^2.4.3",
  23. "compression": "^1.7.4",
  24. "cookie-session": "^1.4.0",
  25. "ejs": "^2.7.1",
  26. "express": "^4.17.1",
  27. "mongoose": "^5.7.4"
  28. }
  29. }