{
  "name": "ip-range-checker",
  "version": "0.1.1",
  "description": "support togtokh",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "test": "jest",
    "build-ts": "npx tsc",
    "build": "npx tsc",
    "debug": "npm run build && npm run watch-debug",
    "lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/togtokh-dev/ip-range-checker.git"
  },
  "keywords": [
    "ip",
    "range",
    "whitelist"
  ],
  "author": "TOGTOKH.DEV",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/togtokh-dev/ip-range-checker/issues"
  },
  "homepage": "https://github.com/togtokh-dev/ip-range-checker#readme",
  "dependencies": {
    "crypto": "^1.0.1",
    "ipaddr.js": "^2.2.0",
    "typescript": "^5.0.4"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^18.15.11",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "@typescript-eslint/parser": "^6.4.0",
    "eslint": "^8.47.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0"
  }
}
