{
  "name": "es-escape-html",
  "description": "es-escape-html rewrite for ESM",
  "version": "0.1.1",
  "type": "module",
  "types": "./src/index.d.ts",
  "exports": "./src/index.js",
  "engines": {
    "node": ">=12.x"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alii/es-escape-html.git"
  },
  "keywords": [
    "esm",
    "es",
    "escape",
    "html",
    "utility"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alii/es-escape-html/issues"
  },
  "homepage": "https://github.com/alii/es-escape-html/es-escape-html#readme",
  "devDependencies": {
    "@types/node": "^14.14.11",
    "eslint": "^7.20.0",
    "prettier": "^2.2.1",
    "typescript": "^4.1.2"
  }
}
