{
  "name": "@starptech/hast-util-from-webparser",
  "version": "0.10.0",
  "description": "",
  "main": "./dist/index.js",
  "scripts": {
    "start": "ts-node index.ts",
    "build-ts": "tsc",
    "watch-ts": "tsc -w",
    "test": "jest --forceExit --detectOpenHandles",
    "test-coverage": "yarn run test -- --coverage",
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "prepublish": "yarn run build-ts"
  },
  "keywords": [
    "formatter",
    "webparser",
    "hast",
    "html5"
  ],
  "author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
  "license": "MIT",
  "dependencies": {
    "@starptech/prettyhtml-hastscript": "^0.10.0",
    "@starptech/webparser": "^0.10.0",
    "property-information": "^5.1.0"
  },
  "devDependencies": {
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.3.0",
    "tslint": "^5.17.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.5.2",
    "vrsource-tslint-rules": "^6.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c417941cf747a0c94abd2dd17eb468395195e752"
}
