summaryrefslogtreecommitdiff
path: root/node_modules/posthtml-render/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/posthtml-render/package.json')
-rw-r--r--node_modules/posthtml-render/package.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/node_modules/posthtml-render/package.json b/node_modules/posthtml-render/package.json
new file mode 100644
index 0000000..97f9311
--- /dev/null
+++ b/node_modules/posthtml-render/package.json
@@ -0,0 +1,55 @@
+{
+ "name": "posthtml-render",
+ "version": "3.0.0",
+ "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.7.0",
+ "@commitlint/cli": "^13.1.0",
+ "@commitlint/config-angular": "^13.1.0",
+ "@types/node": "^16.4.3",
+ "ava": "^3.13.0",
+ "c8": "^7.7.3",
+ "clinton": "^0.14.0",
+ "conventional-changelog-cli": "^2.0.34",
+ "esbuild-register": "^2.6.0",
+ "eslint": "^7.31.0",
+ "esm": "^3.2.25",
+ "husky": "^7.0.1",
+ "lint-staged": "^11.1.1",
+ "posthtml-parser": "^0.9.1",
+ "rewire": "^5.0.0",
+ "rimraf": "^3.0.0",
+ "ts-node": "^10.1.0",
+ "tsup": "^4.12.5",
+ "typescript": "^4.3.5",
+ "xo": "^0.42.0"
+ },
+ "types": "dist/index.d.ts"
+}