package.json 732 B

123456789101112131415161718192021222324252627
  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. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/The-Subline/Inventory-Management.git"
  12. },
  13. "author": "Lee Morgan",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/The-Subline/Inventory-Management/issues"
  17. },
  18. "homepage": "https://github.com/The-Subline/Inventory-Management#readme",
  19. "dependencies": {
  20. "axios": "^0.19.0",
  21. "bcryptjs": "^2.4.3",
  22. "ejs": "^2.7.1",
  23. "express": "^4.17.1",
  24. "express-session": "^1.17.0",
  25. "mongoose": "^5.7.4"
  26. }
  27. }