{
  "name": "@grafana/faro-rollup-plugin",
  "version": "0.12.0",
  "description": "Upload a source map to the Faro source map API from a Rollup build pipeline",
  "type": "module",
  "main": "dist/cjs/index.cjs",
  "types": "dist/cjs/index.d.cts",
  "module": "dist/esm/index.mjs",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.mts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grafana/faro-javascript-bundler-plugins",
    "directory": "packages/faro-rollup"
  },
  "license": "Apache-2.0",
  "author": "Grafana Labs",
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsc --noEmit",
    "test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js"
  },
  "dependencies": {
    "@grafana/faro-bundlers-shared": "^0.12.0",
    "magic-string": "^0.30.5"
  },
  "devDependencies": {
    "@babel/core": "8.0.1",
    "@babel/preset-typescript": "8.0.1",
    "@grafana/tsconfig": "2.2.0",
    "@jest/globals": "30.4.1",
    "@types/jest": "30.0.0",
    "jest": "30.4.2",
    "rollup": "4.62.4",
    "ts-jest": "29.4.12",
    "tsdown": "0.22.14",
    "typescript": "6.0.3"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "aa4c8eb12ad46abb11d073964c112988ebf08239"
}
