Files
dealplustech/dealplustech-astro/node_modules/astro-consent/package.json
Kunthawat Greethong 6402d885f9 Complete Astro migration - PDPA compliant website
- Migrated all pages from Next.js to Astro
- Added PDPA-compliant Privacy Policy (Thai)
- Added PDPA-compliant Terms & Conditions (Thai)
- Added Cookie Policy with disclosure (Thai)
- Implemented cookie consent banner (client-side)
- Integrated Umami Analytics placeholder
- Blog system with 3 posts
- Optimized Docker configuration for production
- Static site build (184KB, 11 pages)
- Ready for Easypanel deployment

Backup: /Users/kunthawatgreethong/Gitea/dealplustech-backup-nextjs-20260309.tar.gz
2026-03-09 18:28:01 +07:00

61 lines
1.3 KiB
JSON

{
"name": "astro-consent",
"version": "1.0.17",
"description": "A privacy-first, GDPR-compliant cookie consent banner for Astro with a built-in preferences modal, zero dependencies, and full theme control.",
"type": "module",
"author": {
"name": "Velohost",
"url": "https://velohost.co.uk"
},
"license": "MIT",
"homepage": "https://velohost.co.uk/",
"repository": {
"type": "git",
"url": "git+https://github.com/velohost/astro-consent.git"
},
"bugs": {
"url": "https://github.com/velohost/astro-consent/issues"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"bin": {
"astro-consent": "dist/cli.cjs"
},
"files": [
"dist",
"README.md",
"LICENSE.md"
],
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cli.json && mv dist/cli.js dist/cli.cjs"
},
"keywords": [
"astro",
"astro-integration",
"cookie-banner",
"cookie-consent",
"gdpr",
"privacy",
"analytics-consent",
"marketing-consent",
"withastro",
"velohost"
],
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@types/node": "^25.2.1",
"astro": "^5.16.6"
},
"engines": {
"node": ">=18.0.0"
}
}