{
  "name": "dns-prefetch-control",
  "author": "Evan Hahn <me@evanhahn.com> (https://evanhahn.com)",
  "description": "Middleware to set X-DNS-Prefetch-Control header.",
  "version": "0.3.0",
  "license": "MIT",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "x-dns-prefetch-control",
    "dns",
    "prefetch"
  ],
  "homepage": "https://helmetjs.github.io/docs/dns-prefetch-control",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/dns-prefetch-control.git"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/dns-prefetch-control/issues",
    "email": "me@evanhahn.com"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "scripts": {
    "pretest": "npm run lint",
    "prepublishOnly": "npm run build",
    "lint": "eslint --fix '**/*.ts'",
    "test": "jest --config test/jest-config.json",
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc"
  },
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "devDependencies": {
    "@types/connect": "^3.4.32",
    "@types/jest": "^24.0.18",
    "@types/supertest": "^2.0.8",
    "@typescript-eslint/eslint-plugin": "^2.0.0",
    "@typescript-eslint/parser": "^2.0.0",
    "connect": "^3.7.0",
    "eslint": "^6.3.0",
    "eslint-config-helmet": "^0.2.0",
    "jest": "^24.9.0",
    "supertest": "^4.0.2",
    "ts-jest": "^24.0.2",
    "typescript": "^3.6.2"
  }
}
