UNPKG

@stacksjs/analytics

Version:
49 lines (48 loc) 1.19 kB
{ "name": "@stacksjs/analytics", "type": "module", "version": "0.70.23", "description": "Stacks Analytics. Privacy-friendly.", "author": "Chris Breuer", "contributors": ["Chris Breuer <chris@stacksjs.org>"], "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer", "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/analytics#readme", "repository": { "type": "git", "url": "git+https://github.com/stacksjs/stacks.git", "directory": "./storage/framework/core/analytics" }, "bugs": { "url": "https://github.com/stacksjs/stacks/issues" }, "keywords": [ "analytics", "singlestore", "gdpr compliant", "zero cookies", "privacy-first", "api", "functions", "components", "npm stats", "fathom", "stacks" ], "exports": { ".": { "import": "./dist/index.js" } }, "module": "dist/index.js", "types": "dist/index.d.ts", "files": ["README.md", "dist"], "scripts": { "build": "bun build.ts", "typecheck": "bun tsc --noEmit", "prepublishOnly": "bun run build" }, "devDependencies": { "@stacksjs/development": "0.70.22" } }