@afex-dapps/cookie
Version:
Cookie Consent library for React
83 lines (82 loc) • 1.94 kB
JSON
{
"author": {
"email": "designapps@africaexchange.com",
"name": "AFEX",
"url": "https://afex.africa"
},
"contributors": [
{
"email": "rolanrewaju@africaexchange.com",
"name": "Ridwan Olanrewaju"
},
{
"email": "hlan@africaexchange.com",
"name": "Hemense Lan"
}
],
"dependencies": {
"@emotion/serialize": "^1.3.3",
"firebase": "^11.6.0",
"uuid": "^11.1.0",
"vanilla-cookieconsent": "^3.1.0"
},
"description": "Cookie Consent library for React",
"devDependencies": {
"@types/node": "^22.15.14",
"csstype": "^3.1.3"
},
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist"
],
"keywords": [
"react",
"cookie",
"cookies",
"cookie-consent",
"GDPR",
"AFEX"
],
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.js",
"name": "@afex-dapps/cookie",
"private": false,
"publishConfig": {
"access": "public"
},
"publisher": "AFEX",
"scripts": {
"commit": "git add .",
"dry-run": "npm publish --dry-run --no-git-checks",
"major": "npm version major",
"minor": "npm version minor",
"patch": "npm version patch",
"postcommit": "git commit --message $npm_package_version",
"postpack": "git push",
"postpublish": "git push --tags",
"posttest": "git pull",
"postversion": "npm publish --access public",
"pre-major": "npm version premajor",
"pre-minor": "npm version preminor",
"pre-patch": "npm version prepatch",
"precommit": "standard-changelog",
"prepublishOnly": "tsup",
"pretest": "tsc --noEmit",
"test": "vitest run --coverage",
"version": "npm run commit"
},
"type": "module",
"version": "1.2.0"
}