package.json 585 B

123456789101112131415161718192021222324
  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. },
  20. "dependencies": {
  21. "esbuild": "^0.27.2",
  22. "html-minifier-terser": "^7.2.0"
  23. }
  24. }