{ "name": "@aptabase/web", "version": "0.0.3", "private": false, "description": "JavaScript SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps", "browser": "dist/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/aptabase/aptabase-js.git" }, "bugs": { "url": "https://github.com/aptabase/aptabase-js/issues" }, "homepage": "https://github.com/aptabase/aptabase-js", "license": "MIT", "scripts": { "build": "rollup -c ./rollup.config.js", "watch": "rollup -c ./rollup.config.js -w", "prepublishOnly": "yarn build", "pretest": "yarn build" }, "files": [ "README.md", "LICENSE", "dist", "package.json" ], "devDependencies": { "@rollup/plugin-replace": "5.0.2", "@rollup/plugin-typescript": "11.0.0", "rollup": "2.78.0", "rollup-plugin-terser": "7.0.2", "tslib": "2.5.0", "typescript": "5.0.3" } }