{
  "name": "generic-json-sanitizer",
  "version": "1.1.4",
  "author": {
    "name": "Haim Kastner",
    "email": "haim.kastner@gmail.com",
    "url": "https://github.com/haimkastner"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haimkastner/generic-json-sanitizer.git"
  },
  "bugs": {
    "url": "https://github.com/haimkastner/generic-json-sanitizer/issues"
  },
  "homepage": "https://github.com/haimkastner/generic-json-sanitizer#readme",
  "description": "Generic json sanitizer is very small generic json sanitizer with express middleware support using 'sanitize-html'",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc"
  },
  "license": "MIT",
  "dependencies": {
    "express": "^4.17.1",
    "sanitize-html": "^2.5.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.0",
    "@types/node": "^15.6.0",
    "@types/sanitize-html": "^2.3.1",
    "typescript": "^4.2.4"
  },
  "keywords": [
    "sanitizer",
    "express"
  ]
}
