yahtml
Version:
YAHTML (YAML HTML) - Write HTML as valid YAML with clean, concise syntax
58 lines (57 loc) • 1.18 kB
JSON
{
"name": "yahtml",
"version": "0.0.2-rc1",
"description": "YAHTML (YAML HTML) - Write HTML as valid YAML with clean, concise syntax",
"keywords": [
"html",
"yaml",
"template",
"templating",
"markup",
"converter",
"yahtml",
"html-generator",
"yaml-to-html"
],
"homepage": "https://github.com/yuusoft-org/yahtml#readme",
"bugs": {
"url": "https://github.com/yuusoft-org/yahtml/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuusoft-org/yahtml.git"
},
"license": "MIT",
"author": "Yuusoft",
"type": "module",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs",
"types": "./index.d.ts"
}
},
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"index.js",
"index.cjs",
"index.d.ts",
"src/",
"LICENSE",
"README.md"
],
"scripts": {
"test": "vitest run --reporter=verbose",
"test:watch": "vitest",
"perf": "node spec/performance.test.js",
"build:types": "bunx tsc"
},
"devDependencies": {
"vitest": "~3.2.1",
"puty": "^0.0.4"
},
"engines": {
"node": ">=14.0.0"
}
}