{ "name": "@aptabase/nextjs", "version": "0.1.0", "type": "module", "description": "Next.js SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./server": { "types": "./dist/server.d.ts", "default": "./dist/server.js" } }, "repository": { "type": "git", "url": "git+https://github.com/aptabase/aptabase-js.git", "directory": "packages/nextjs" }, "bugs": { "url": "https://github.com/aptabase/aptabase-js/issues" }, "homepage": "https://github.com/aptabase/aptabase-js", "license": "MIT", "scripts": { "build": "tsc" }, "files": [ "README.md", "LICENSE", "dist", "package.json" ], "devDependencies": { "@rollup/plugin-replace": "5.0.2", "@rollup/plugin-typescript": "11.1.3", "rollup": "3.28.1", "@rollup/plugin-terser": "0.4.3", "tslib": "2.6.2", "typescript": "5.2.2" }, "peerDependencies": { "react": "^18.0.0", "next": "^13.0.0" } }