summaryrefslogtreecommitdiff
path: root/node_modules/posthtml-render/package.json
blob: 97f93114e3b0cf777682e39dae15255502006e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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"
}