| 12345678910111213141516171819202122232425262728 |
- {
- "name": "neovan",
- "version": "0.1.2",
- "description": "Front-end anti-framework",
- "homepage": "https://neovan.dev",
- "bugs": {
- "url": "https://git.inletsites.dev/Lee/NeoVan/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://git.inletsites.dev/Lee/NeoVan"
- },
- "author": "Lee Morgan",
- "type": "module",
- "main": "index.js",
- "license": "MIT",
- "keywords": [
- "vanilla javascript",
- "vanilla js",
- "framework",
- "frontend utilities",
- "web basics"
- ],
- "dependencies": {
- "esbuild": "^0.27.3",
- "html-minifier-terser": "^7.2.0"
- }
- }
|