UNPKG

sanitize-data

Version:

🧼 A lightweight utility for sanitization, redacting, masking, and randomizing sensitive or structured data in JavaScript/TypeScript.

47 lines (46 loc) • 1.14 kB
{ "name": "sanitize-data", "version": "1.0.5", "description": "🧼 A lightweight utility for sanitization, redacting, masking, and randomizing sensitive or structured data in JavaScript/TypeScript.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/jaktestowac/sanitize-data.git" }, "homepage": "https://github.com/jaktestowac/sanitize-data", "scripts": { "build": "tsup", "prepare": "tsup", "test": "vitest run", "npm:patch": "npm version patch", "npm:publish": "npm publish --access public", "t": "tsx testpath.ts" }, "keywords": [ "sanitize", "data", "typescript", "mask", "redact", "replace", "randomize", "obfuscate", "testing", "privacy" ], "author": "jaktestowac.pl", "license": "MIT", "devDependencies": { "@types/node": "^22.15.2", "prettier": "3.5.3", "tsup": "^7.2.0", "typescript": "^5.3.3", "vitest": "^3.1.2" } }