Navigate privacy laws with feline precision — detect every boundary, respect every territory! GDPR compliance and privacy protection for WordPress. - Cookie consent management - Privacy boundary detection - GDPR-compliant analytics gating - Cross-plugin consent coordination (integrates with TigerStyle Heat) - Visitor preference tracking - Configurable cookie categories Includes build.sh and .distignore for WordPress-installable release ZIPs.
42 lines
982 B
JSON
42 lines
982 B
JSON
{
|
|
"name": "tigerstyle-whiskers-docs",
|
|
"version": "1.0.0",
|
|
"description": "Documentation for TigerStyle Whiskers - WordPress GDPR Compliance Plugin",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/intersect": "^3.15.0",
|
|
"@alpinejs/persist": "^3.15.0",
|
|
"@astrojs/starlight": "^0.35.3",
|
|
"alpinejs": "^3.15.0",
|
|
"astro": "^5.13.8",
|
|
"sharp": "^0.34.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.0"
|
|
},
|
|
"keywords": [
|
|
"gdpr",
|
|
"privacy",
|
|
"wordpress",
|
|
"compliance",
|
|
"cookie-consent",
|
|
"documentation",
|
|
"starlight"
|
|
],
|
|
"author": "TigerStyle Team",
|
|
"license": "GPL-2.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tigerstyle/whiskers.git",
|
|
"directory": "docs"
|
|
},
|
|
"homepage": "https://docs.tigerstyle.com/whiskers"
|
|
}
|