{
    "name": "lb-js-sdk",
    "version": "0.1.8",
    "description": "Leanbase browser SDK - event tracking, autocapture, and session replay",
    "repository": {
        "type": "git",
        "directory": "packages/leanbase"
    },
    "author": "leanbase",
    "license": "Copyrighted by Leanflag Limited",
    "main": "dist/index.cjs",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "unpkg": "dist/leanbase.iife.js",
    "jsdelivr": "dist/leanbase.iife.js",
    "scripts": {
        "clean": "rimraf dist coverage",
        "test:unit": "jest -c jest.config.js",
        "lint": "eslint src test",
        "lint:fix": "eslint src test --fix",
        "prebuild": "node -p \"'export const version = \\'' + require('./package.json').version + '\\''\" > src/version.ts",
        "build": "rollup -c",
        "dev": "rollup -c -w",
        "prepublishOnly": "pnpm lint && pnpm test:unit && pnpm build",
        "package": "mkdir -p ../../target && pnpm pack --pack-destination ../../target"
    },
    "files": [
        "dist",
        "src",
        "README.md"
    ],
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@posthog/core": "1.3.1"
    },
    "devDependencies": {
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "rollup": "^4.44.1",
        "rimraf": "^6.0.1",
        "@posthog-tooling/tsconfig-base": "1.0.0",
        "@posthog-tooling/rollup-utils": "1.0.0"
    }
}
