@trustarc/react-cookie-consent-manager
Version:
React components to integrate TrustArc Cookie Consent Manager into React Frameworks
41 lines (40 loc) • 973 B
JSON
{
"name": "@trustarc/react-cookie-consent-manager",
"version": "0.1.0-beta.3",
"description": "React components to integrate TrustArc Cookie Consent Manager into React Frameworks",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"No tests yet\" && exit 0",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "private"
},
"keywords": [
"trustarc",
"cookie-consent",
"privacy",
"react",
"next.js",
"vite"
],
"author": "TrustArc",
"license": "Apache-2.0",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"typescript": "^5.8.2"
}
}