package.json 760 B

12345678910111213141516171819202122232425262728
  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. "ejs": "^2.7.1",
  24. "express": "^4.17.1",
  25. "express-session": "^1.17.0",
  26. "mongoose": "^5.7.4"
  27. }
  28. }