package.json 676 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "home-display",
  3. "version": "1.0.0",
  4. "description": "",
  5. "homepage": "https://github.com/MorganLee909/home-display#readme",
  6. "bugs": {
  7. "url": "https://github.com/MorganLee909/home-display/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/MorganLee909/home-display.git"
  12. },
  13. "license": "ISC",
  14. "author": "Lee Morgan",
  15. "type": "module",
  16. "main": "index.js",
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1",
  19. "dev": "nodemon app.js --ignore build.html -ext html,css,js"
  20. },
  21. "dependencies": {
  22. "esbuild": "^0.27.2",
  23. "express": "^5.2.1",
  24. "html-minifier-terser": "^7.2.0"
  25. }
  26. }