{
  "name": "got-ssrf",
  "version": "3.0.0",
  "description": "Protect Got requests from SSRF",
  "type": "module",
  "repository": "hanover-computing/got-ssrf",
  "author": "Jane Jeon <git@janejeon.com>",
  "license": "LGPL-3.0",
  "engines": {
    "node": ">=16"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "typecheck": "tsc -p tsconfig.build.json --noEmit",
    "build": "tsc -p tsconfig.build.json",
    "test": "vitest",
    "test:cov": "vitest run --coverage",
    "test:ui": "vitest --ui",
    "lint": "run-s lint:*",
    "lint:prettier": "prettier --check . --ignore-path .gitignore",
    "lint:eslint": "eslint . --ignore-path .gitignore",
    "prepare": "husky install",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "debug": "^4.3.2",
    "ipaddr.js": "^2.0.1"
  },
  "devDependencies": {
    "@janejeon/eslint-config-typescript": "^0.1.0",
    "@janejeon/prettier-config": "^2.0.0",
    "@janejeon/tsconfig": "^0.3.1",
    "@types/debug": "^4.1.8",
    "@types/node": "^20.5.1",
    "@vitest/coverage-istanbul": "^0.34.2",
    "@vitest/ui": "^0.34.2",
    "cacheable-lookup": "^7.0.0",
    "husky": "^8.0.1",
    "lint-staged": "^14.0.0",
    "nock": "^13.1.3",
    "npm-run-all": "^4.1.5",
    "skip-ci": "^1.0.4",
    "typescript": "^5.1.6",
    "vitest": "^0.34.2"
  },
  "peerDependencies": {
    "got": "^14"
  },
  "keywords": [
    "http",
    "https",
    "http2",
    "get",
    "got",
    "url",
    "uri",
    "request",
    "simple",
    "curl",
    "wget",
    "fetch",
    "net",
    "network",
    "gzip",
    "brotli",
    "requests",
    "human-friendly",
    "axios",
    "superagent",
    "node-fetch",
    "ky",
    "ssrf",
    "csrf",
    "security",
    "plugin"
  ]
}
