{
  "name": "keloola-errly-js",
  "version": "0.1.2",
  "description": "Frontend error tracking SDK for Keloola Errly",
  "repository": {
    "type": "git",
    "url": "https://github.com/Thrive-Developer/keloola-errly-js.git"
  },
  "author": "Roni Jakarianto (roni.thrive@gmail.com)",
  "type": "module",
  "files": [
    "dist",
    "integrations/*/dist"
  ],
  "main": "./dist/keloola-errly.cjs",
  "module": "./dist/keloola-errly.js",
  "browser": "./dist/keloola-errly.umd.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/keloola-errly.js",
      "require": "./dist/keloola-errly.cjs"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.js",
      "require": "./dist/react/index.cjs"
    },
    "./vue": {
      "types": "./dist/vue/index.d.ts",
      "import": "./dist/vue/index.js",
      "require": "./dist/vue/index.cjs"
    },
    "./next": {
      "types": "./dist/next/index.d.ts",
      "import": "./dist/next/index.js",
      "require": "./dist/next/index.cjs"
    },
    "./astro": {
      "types": "./dist/astro/index.d.ts",
      "import": "./dist/astro/index.js",
      "require": "./dist/astro/index.cjs"
    }
  },
  "scripts": {
    "dev": "vite build --watch",
    "build": "vite build && tsc --emitDeclarationOnly && npm run build:integrations",
    "build:integrations": "vite build --config vite.integrations.config.ts && npm run build:integrations:types",
    "build:integrations:types": "tsc -p integrations/react/tsconfig.json && tsc -p integrations/vue/tsconfig.json && tsc -p integrations/next/tsconfig.json && tsc -p integrations/astro/tsconfig.json",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/react": "^19.2.17",
    "@vitest/coverage-v8": "^1.0.0",
    "jsdom": "^24.0.0",
    "react": "^19.2.7",
    "typescript": "^5.0.0",
    "vite": "^5.0.0",
    "vite-plugin-dts": "^3.0.0",
    "vitest": "^1.0.0",
    "vue": "^3.5.35"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "vue": ">=3.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "keywords": [
    "error-tracking",
    "monitoring",
    "keloola-errly",
    "javascript",
    "react",
    "vue",
    "nextjs"
  ],
  "license": "MIT"
}
