hownz
Version:
Safely clean the copied text of hidden surprises. Checks for invisible code, hidden watermarks, and tracking symbols.
48 lines (47 loc) • 994 B
JSON
{
"name": "hownz",
"description": "Safely clean the copied text of hidden surprises. Checks for invisible code, hidden watermarks, and tracking symbols.",
"author": "hownz.com",
"license": "MIT",
"private": false,
"version": "2.0.0",
"keywords": [
"text-cleaner",
"safe-paste",
"AI-texts",
"security",
"privacy",
"formatter",
"sanitizer",
"watermark-remover",
"hidden-characters",
"zero-width",
"ai-text",
"chatGPT",
"summarize",
"safety-tool",
"watermarks"
],
"engines": {
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
},
"type": "module",
"bin": {
"hownz": "cli.js"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"publish:npm": "npm publish --access public"
},
"dependencies": {
"@google/genai": "^0.14.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
"typescript": "^5.5.3",
"vite": "^5.3.1"
}
}