{
  "name": "@himorishige/noren-plugin-network",
  "version": "0.6.4",
  "description": "Network PII detection plugin for Noren - IPv4, IPv6, and MAC address detection",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "pii",
    "masking",
    "network",
    "ipv4",
    "ipv6",
    "mac",
    "privacy",
    "data-protection",
    "edge",
    "web-standards"
  ],
  "author": "himorishige",
  "license": "MIT",
  "homepage": "https://github.com/himorishige/noren#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/himorishige/noren.git",
    "directory": "packages/noren-plugin-network"
  },
  "bugs": {
    "url": "https://github.com/himorishige/noren/issues"
  },
  "dependencies": {
    "@himorishige/noren-core": "0.6.4"
  },
  "devDependencies": {
    "@types/node": "^24",
    "typescript": "^5.6.3",
    "vitest": "^3.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "test:watch": "vitest watch"
  }
}