react-cookie-consent_test2
Version:
React components to integrate TrustArc Cookie Consent Manager into React and Next.js apps
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "react-cookie-consent_test2",
"version": "0.1.0-beta.112",
"description": "React components to integrate TrustArc Cookie Consent Manager into React and Next.js apps",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && rm -rf dist/types && mkdir dist/types && cp src/types/global.d.ts dist/types/global.d.ts",
"prepare": "npm run build",
"test": "echo \"No tests yet\" && exit 0",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/hyebahi-trustarc/cookie-consent"
},
"keywords": [
"trustarc",
"cookie-consent",
"privacy",
"react",
"next.js",
"vite"
],
"author": "TrustArc",
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"typescript": "^5.8.2",
"vitest": "^3.0.7"
}
}