{
  "name": "faro-react-wrapper",
  "version": "0.1.12",
  "description": "Grafana faro react wrapper",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
    "build": "npm run clean && rollup -c",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watchAll",
    "prepare": "npm run build"
  },
  "keywords": [
    "typescript",
    "library"
  ],
  "author": "vlprojects",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.9",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/jest": "^30.0.0",
    "jest": "^30.2.0",
    "rollup": "^4.52.5",
    "rollup-plugin-dts": "^6.2.3",
    "ts-jest": "^29.4.5",
    "tslib": "^2.8.1",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@grafana/faro-react": "^1.19.0",
    "@grafana/faro-transport-otlp-http": "^1.19.0",
    "history": "^5.3.0",
    "react": "^19.2.0",
    "react-router-dom": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  }
}
