{
  "name": "@grafana/faro-webpack-plugin",
  "packageManager": "yarn@1.22.22",
  "version": "0.11.1",
  "description": "Upload a source map to the Faro source map API from a Webpack build pipeline ",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "module": "dist/esm/index.mjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/grafana/faro-javascript-bundler-plugins",
    "directory": "packages/faro-webpack"
  },
  "license": "Apache-2.0",
  "author": "Grafana Labs",
  "scripts": {
    "build": "rollup --config rollup.config.mjs",
    "test": "jest"
  },
  "dependencies": {
    "@grafana/faro-bundlers-shared": "^0.10.1",
    "webpack": "^5.89.0"
  },
  "devDependencies": {
    "@jest/globals": "30.4.1",
    "@rollup/plugin-babel": "6.1.0",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@types/jest": "30.0.0",
    "@types/node": "24.12.3",
    "jest": "30.4.1",
    "ts-jest": "29.4.9"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "e107f01df662d08b18de5a6cbfbb4cd2efad4fc8"
}
