{
  "name": "@himorishige/noren-plugin-jp",
  "version": "0.6.4",
  "description": "Japan-specific PII detection plugin for Noren (phone numbers, postal codes, MyNumber)",
  "keywords": [
    "pii",
    "privacy",
    "redaction",
    "japan",
    "mynumber",
    "postal-code",
    "phone",
    "noren-plugin"
  ],
  "homepage": "https://github.com/himorishige/noren#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/himorishige/noren.git",
    "directory": "packages/noren-plugin-jp"
  },
  "bugs": {
    "url": "https://github.com/himorishige/noren/issues"
  },
  "author": "himorishige",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=20.10.0"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@himorishige/noren-core": "0.6.4"
  },
  "devDependencies": {
    "typescript": "^5.6.2",
    "@types/node": "^24"
  },
  "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"
  }
}