{
  "name": "@grafana/faro-bundlers-shared",
  "version": "0.11.0",
  "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-bundlers-shared"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "rollup --config rollup.config.mjs",
    "test": "echo \"No tests yet...\" && exit 0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "11.1.6",
    "@types/tar": "7.0.87",
    "undici-types": "^8.2.0"
  },
  "dependencies": {
    "ansis": "^4.0.0",
    "tar": "^7.1.0",
    "undici": "^8.1.0"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "7ac0e440570fb2bf23b2e9fb36bacb6fc388e4f2"
}
