{
"name": "website",
"version": "1.0.0",
"description": "Landing page for cleansh – a secure CLI log redactor.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "tailwindcss -i ./src/input.css -o ./styles.css --minify",
"watch:css": "tailwindcss -i ./src/input.css -o ./styles.css --watch"
},
"keywords": [
"cleansh",
"log redaction",
"cli",
"security",
"privacy",
"devops",
"infosec",
"tailwind"
],
"author": "Cleansh Technologies LLC",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17"
}
}