package.json 329 B

1234567891011121314151617
  1. {
  2. "name": "ui",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "createHtml.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "type": "module",
  13. "dependencies": {
  14. "esbuild": "^0.28.1",
  15. "html-minifier-terser": "^7.2.0"
  16. }
  17. }