UNPKG

@squirt/markup

Version:
41 lines 786 B
{ "name": "@squirt/markup", "version": "0.0.16", "description": "Squirt Markup", "type": "module", "license": "MIT", "author": { "name": "errilaz", "url": "http://github.com/errilaz" }, "repository": { "type": "git", "url": "https://github.com/errilaz/squirt.git" }, "keywords": [ "squirt", "bun", "ssr", "hotw", "markup", "html", "css", "hyperscript" ], "publishConfig": { "access": "public" }, "module": "src/markup.ts", "types": "src/index.d.ts", "devDependencies": { "@types/cssesc": "^3.0.0", "bun-types": "^0.5.6", "@squirt/generate": "0.0.1" }, "dependencies": { "cssesc": "^3.0.0" }, "scripts": { "generate": "bun node_modules/@squirt/generate/src/generate.ts" } }