{
  "name": "@rnef/provider-github",
  "version": "0.8.13",
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "exports": {
    "types": "./dist/src/index.d.ts",
    "default": "./dist/src/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.lib.json",
    "dev": "tsc -p tsconfig.lib.json --watch",
    "publish:npm": "npm publish --access public",
    "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
  },
  "dependencies": {
    "@rnef/tools": "^0.8.13",
    "ts-regex-builder": "^1.8.2",
    "tslib": "^2.3.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
