{
  "name": "repository-provider",
  "version": "37.0.3",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "packageManager": "npm@11.13.0",
  "exports": {
    ".": {
      "default": "./src/index.mjs"
    }
  },
  "description": "abstract interface to git repository providers like github, bitbucket and gitlab",
  "keywords": [
    "git",
    "repository-provider"
  ],
  "contributors": [
    {
      "name": "Markus Felten",
      "email": "markus.felten@gmx.de"
    }
  ],
  "license": "0BSD",
  "scripts": {
    "test": "node --run test:browser-ava && node --run test:ava",
    "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
    "test:browser-ava": "browser-ava --headless --no-keep-open tests/*-ava.mjs tests/*-ava-browser.mjs",
    "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
    "docs": "documentation readme --section=API ./src**/*.mjs",
    "lint": "node --run lint:docs",
    "lint:docs": "documentation lint ./src**/*.mjs"
  },
  "dependencies": {
    "content-entry": "^14.2.7",
    "matching-iterator": "^2.1.7",
    "pacc": "^9.2.8"
  },
  "devDependencies": {
    "ava": "^8.0.1",
    "browser-ava": "^2.3.57",
    "c8": "^11.0.0",
    "documentation": "^14.0.3",
    "repository-provider-test-support": "^5.0.17",
    "semantic-release": "^25.0.3"
  },
  "overrides": {
    "c8": {
      "yargs": "^18.0.0"
    }
  },
  "engines": {
    "node": ">=26.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arlac77/repository-provider.git"
  },
  "bugs": {
    "url": "https://github.com/arlac77/repository-provider/issues"
  },
  "homepage": "",
  "template": {
    "inheritFrom": [
      "arlac77/template-arlac77-github",
      "arlac77/template-browser-ava",
      "arlac77/template-javascript-component"
    ]
  }
}
