| 1234567891011121314151617 |
- {
- "name": "ui",
- "version": "1.0.0",
- "description": "",
- "main": "createHtml.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "type": "commonjs",
- "dependencies": {
- "esbuild": "^0.28.1",
- "html-minifier-terser": "^7.2.0"
- }
- }
|