UNPKG

@click-chutney/analytics

Version:

Complete website analytics solution. Everything you need to understand your visitors - no Google Analytics required.

99 lines (98 loc) 2.34 kB
{ "name": "@click-chutney/analytics", "version": "3.0.0", "description": "Complete website analytics solution. Everything you need to understand your visitors - no Google Analytics required.", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.js" }, "./react": { "types": "./dist/react.d.ts", "import": "./dist/react.esm.js", "require": "./dist/react.js" }, "./dist/clickchutney.min.js": "./dist/clickchutney.min.js" }, "typesVersions": { "*": { "react": [ "./dist/react.d.ts" ], ".": [ "./dist/index.d.ts" ] } }, "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "typecheck": "tsc --noEmit", "clean": "rm -rf dist" }, "keywords": [ "analytics", "tracking", "web-analytics", "website-analytics", "visitor-tracking", "privacy-first", "self-hosted", "react", "nextjs", "javascript", "typescript", "clickchutney", "conversion-tracking", "audience-insights", "real-time-analytics" ], "author": "ClickChutney Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/clickchutney/analytics.git" }, "bugs": { "url": "https://github.com/clickchutney/analytics/issues" }, "homepage": "https://clickchutney.com", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.5", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/jest": "^29.5.8", "@types/react": "^18.2.37", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "jest": "^29.7.0", "rollup": "^4.6.1", "ts-jest": "^29.1.1", "tslib": "^2.8.1", "typescript": "^5.3.2" }, "peerDependencies": { "react": ">=16.8.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "engines": { "node": ">=14" } }