UNPKG

clickchutney-analytics

Version:

Privacy-first web analytics - bite-sized insights for your website 🌶️

78 lines (77 loc) 1.9 kB
{ "name": "clickchutney-analytics", "type": "module", "version": "1.0.5", "description": "Privacy-first web analytics - bite-sized insights for your website 🌶️", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist/", "README.md" ], "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./react": { "import": "./dist/react.esm.js", "require": "./dist/react.js", "types": "./dist/react.d.ts" }, "./dist/react": { "import": "./dist/react.esm.js", "require": "./dist/react.js", "types": "./dist/react.d.ts" } }, "scripts": { "dev": "rollup -c --watch", "build": "rollup -c && npm run build:types", "build:types": "tsc --declaration --emitDeclarationOnly --outDir dist", "test": "jest", "test:watch": "jest --watch", "test:integration": "jest --testPathPattern=integration", "prepublishOnly": "npm run build" }, "keywords": [ "analytics", "privacy", "web-analytics", "tracking", "gdpr", "cookie-free", "insights", "clickchutney" ], "author": "ClickChutney", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/clickchutney/clickchutney.git", "directory": "plugin/npm" }, "peerDependencies": { "react": ">=16.8.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/jest": "^29.5.0", "@types/node": "^20", "@types/react": "^18", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "rollup": "^4.0.0", "ts-jest": "^29.1.0", "tslib": "^2.6.2", "typescript": "^5" } }