{
  "name": "@tryghost/kg-clean-basic-html",
  "version": "4.1.1",
  "repository": "https://github.com/TryGhost/Koenig/tree/master/packages/kg-clean-basic-html",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "cjs/clean-basic-html.js",
  "module": "es/clean-basic-html.js",
  "source": "lib/clean-basic-html.js",
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "build": "rollup -c",
    "prepare": "NODE_ENV=production yarn build",
    "pretest": "yarn build",
    "test": "NODE_ENV=testing c8 --all --reporter text --reporter cobertura mocha './test/**/*.test.js'",
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint"
  },
  "engines": {
    "node": "^18.12.1 || ^20.11.1"
  },
  "files": [
    "LICENSE",
    "README.md",
    "cjs/",
    "es/",
    "lib/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "7.24.5",
    "@babel/preset-env": "7.24.5",
    "@rollup/plugin-babel": "6.0.4",
    "c8": "9.1.0",
    "jsdom": "24.1.0",
    "mocha": "10.4.0",
    "rollup": "4.18.0",
    "should": "13.2.3",
    "sinon": "17.0.1"
  },
  "gitHead": "d3565fd3783a2f7f5faa67a59b7e6aecbc4746ec"
}
