{ "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" }