{ "name": "dtp-cleantext", "version": "1.0.0", "description": "Text filtering and safety to make garbage people very sad when they can't hack your node.", "type": "module", "main": "index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "types": "./types/dtp-cleantext.d.ts", "keywords": [ "xss", "sanitize", "filter", "clean" ], "author": { "name": "Rob Colbert", "email": "rob@digitaltelepresence.com", "url": "https://digitaltelepresence.com/" }, "license": "ISC", "packageManager": "pnpm@10.6.1", "dependencies": { "diacritics": "^1.3.0", "shoetest": "^1.2.2", "stats-lite": "^2.2.0", "striptags": "^3.2.0" }, "devDependencies": { "@types/diacritics": "^1.3.3", "@types/node": "^22.13.10", "@types/stats-lite": "^2.2.2", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }