{
  "name": "vue-dompurify-html",
  "version": "2.6.0",
  "description": "Safe replacement for the v-html directive",
  "license": "MIT",
  "author": "Thomas Gerbet",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/LeSuisse/vue-dompurify-html.git"
  },
  "bugs": {
    "url": "https://github.com/LeSuisse/vue-dompurify-html/issues"
  },
  "homepage": "https://github.com/LeSuisse/vue-dompurify-html#readme",
  "keywords": [
    "vue",
    "vue-directive",
    "xss",
    "dom-xss",
    "dompurify",
    "security",
    "html"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts'",
    "lint-fix": "eslint --ignore-pattern 'node_modules/' --ignore-pattern 'dist/' '**/*.ts' --fix"
  },
  "dependencies": {
    "dompurify": "^2.3.4",
    "jest-environment-jsdom": "^28.1.0"
  },
  "peerDependencies": {
    "vue": "^2.0.0"
  },
  "devDependencies": {
    "@types/dompurify": "2.3.3",
    "@types/jest": "^28.1.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "@vue/test-utils": "^1.0.0-beta.29",
    "eslint": "^8.0.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.0",
    "prettier": "^2.0.0",
    "ts-jest": "^28.0.2",
    "typescript": "^4.0.3",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10"
  }
}
