UNPKG

@himorishige/noren-plugin-us

Version:

US-specific PII detection plugin for Noren (phone numbers, ZIP codes, SSN)

56 lines 1.28 kB
{ "name": "@himorishige/noren-plugin-us", "version": "0.6.4", "description": "US-specific PII detection plugin for Noren (phone numbers, ZIP codes, SSN)", "keywords": [ "pii", "privacy", "redaction", "usa", "ssn", "zip-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-us" }, "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" } }