{
	"name": "react-gdpr-guard",
	"version": "1.3.0",
	"description": "Official React binding for gdpr-guard",
	"keywords": [
		"gdpr",
		"react",
		"hooks",
		"cookies",
		"cookie",
		"notice",
		"banner",
		"consent",
		"tracking",
		"rgpd"
	],
	"author": "Voltra",
	"license": "MIT",
	"repository": "Voltra/react-gdpr-guard",
	"homepage": "https://voltra.github.io/react-gdpr-guard",
	"source": "src/index.ts",
	"main": "dist/index.js",
	"module": "dist/index.modern.js",
	"types": "dist/index.d.ts",
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"build": "microbundle --format modern,cjs,umd --name reactGdprGuard",
		"start": "microbundle watch --no-compress --format modern,cjs,umd --name reactGdprGuard",
		"prepare": "run-s build",
		"test": "run-s test:unit test:lint test:build",
		"test:build": "run-s build",
		"test:lint": "eslint ./src/**/*.ts --fix",
		"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
		"test:watch": "react-scripts test --env=jsdom",
		"lint:types": "tsc --noEmit -p .",
		"predocs": "([[ -d ./docs ]] && rm -rf ./docs) || true",
		"docs": "typedoc --options typedoc.config.js",
		"predeploy:docs": "npm run docs",
		"deploy:docs": "gh-pages -d docs"
	},
	"peerDependencies": {
		"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
	},
	"devDependencies": {
		"@testing-library/jest-dom": "^5.17.0",
		"@testing-library/react": "^12.1.5",
		"@testing-library/user-event": "^7.2.1",
		"@types/eslint": "^8.56.10",
		"@types/estree": "^1.0.5",
		"@types/jest": "^25.2.3",
		"@types/node": "^20.14.10",
		"@types/react": "^16.14.60",
		"@types/react-dom": "^16.9.24",
		"@typescript-eslint/eslint-plugin": "^5.62.0",
		"@typescript-eslint/parser": "^5.62.0",
		"babel-eslint": "^10.1.0",
		"cross-env": "^7.0.3",
		"eslint": "^8.57.0",
		"eslint-config-airbnb": "^19.0.4",
		"eslint-config-prettier": "^8.10.0",
		"eslint-config-standard": "^14.1.1",
		"eslint-config-standard-react": "^9.2.0",
		"eslint-import-resolver-alias": "^1.1.2",
		"eslint-plugin-import": "^2.29.1",
		"eslint-plugin-node": "^11.1.0",
		"eslint-plugin-prettier": "^3.4.1",
		"eslint-plugin-promise": "^4.3.1",
		"eslint-plugin-react": "^7.34.3",
		"eslint-plugin-react-hooks": "^4.6.2",
		"eslint-plugin-react-perf": "^3.3.2",
		"eslint-plugin-standard": "^4.1.0",
		"eslint-plugin-unused-imports": "^2.0.0",
		"gh-pages": "^6.1.1",
		"microbundle": "^0.15.1",
		"npm-run-all": "^4.1.5",
		"prettier": "^2.8.8",
		"react": "^16.14.0",
		"react-dom": "^16.14.0",
		"react-scripts": "^5.0.1",
		"typedoc": "^0.23.28",
		"typedoc-twilio-theme": "^1.0.1",
		"typescript": "^4.9.5"
	},
	"dependencies": {
		"gdpr-guard": "^2.4.1"
	}
}
