{
  "name": "headers-polyfill",
  "version": "3.0.7",
  "description": "A native \"Headers\" class polyfill.",
  "main": "lib/index.js",
  "types": "lib",
  "repository": "https://github.com/mswjs/headers-polyfill",
  "author": "Artem Zakharchenko",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf lib",
    "build": "yarn clean && tsc --build",
    "test": "jest",
    "prepublishOnly": "yarn test && yarn build"
  },
  "files": [
    "lib",
    "README.md"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "jest": "^26.6.3",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.3",
    "typescript": "^4.2.3"
  }
}
