{
  "name": "safe-settings-bootstrap",
  "version": "0.0.65",
  "description": "Bootstrap organization-level safe-settings manifests",
  "private": false,
  "main": "index.mjs",
  "bin": "index.mjs",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "start": "npm run clean && node index.mjs",
    "clean": "rimraf .github/repos/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/product-os/safe-settings-bootstrap.git"
  },
  "keywords": [
    "safe-settings",
    "probot"
  ],
  "author": "Kyle Harding <kyle@balena.io>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/product-os/safe-settings-bootstrap/issues"
  },
  "homepage": "https://github.com/product-os/safe-settings-bootstrap#readme",
  "dependencies": {
    "@octokit/plugin-throttling": "^9.3.1",
    "dotenv": "^16.3.1",
    "octokit": "^4.0.2",
    "rimraf": "^6.0.0",
    "yaml": "^2.3.4"
  },
  "versionist": {
    "publishedAt": "2026-03-26T22:58:38.602Z"
  }
}
