package.json 595 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "neovan",
  3. "version": "0.1.2",
  4. "description": "Front-end anti-framework",
  5. "homepage": "https://neovan.dev",
  6. "bugs": {
  7. "url": "https://git.inletsites.dev/Lee/NeoVan/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.inletsites.dev/Lee/NeoVan"
  12. },
  13. "author": "Lee Morgan",
  14. "type": "module",
  15. "main": "index.js",
  16. "license": "MIT",
  17. "keywords": [
  18. "vanilla javascript",
  19. "vanilla js",
  20. "framework",
  21. "frontend utilities",
  22. "web basics"
  23. ],
  24. "dependencies": {
  25. "esbuild": "^0.27.3",
  26. "html-minifier-terser": "^7.2.0"
  27. }
  28. }