posthtml-render
Version:
Renders PostHTML Tree to HTML/XML
56 lines (55 loc) • 1.37 kB
JSON
{
"name": "posthtml-render",
"version": "2.0.6",
"description": "Renders PostHTML Tree to HTML/XML",
"license": "MIT",
"repository": "posthtml/posthtml-render",
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
"main": "dist/index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"build": "rm -rf dist && tsup src/*.ts --dts --minify",
"dev": "npm run build -- --watch",
"test": "xo && c8 ava",
"pretest": "clinton",
"prepare": "npm run build"
},
"files": [
"dist"
],
"keywords": [
"posthtml",
"render",
"html",
"xml"
],
"dependencies": {
"is-json": "^2.0.1"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.6.4",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-angular": "^12.1.1",
"@types/node": "^15.0.2",
"ava": "^3.13.0",
"c8": "^7.7.2",
"clinton": "^0.14.0",
"conventional-changelog-cli": "^2.0.34",
"esbuild-register": "^2.5.0",
"eslint": "^7.25.0",
"esm": "^3.2.25",
"husky": "^6.0.0",
"lint-staged": "^10.5.3",
"posthtml-parser": "^0.8.5",
"rewire": "^5.0.0",
"rimraf": "^3.0.0",
"ts-node": "^9.0.0",
"tsup": "^4.10.1",
"typescript": "^4.2.4",
"xo": "^0.38.2"
},
"types": "types/index.d.ts"
}