{
  "name": "releasearoni",
  "description": "WIP - nothing to see here",
  "version": "0.2.0",
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
  "bugs": {
    "url": "https://github.com/bcomnes/releasearoni/issues"
  },
  "dependencies": {
    "@octokit/rest": "^22.0.1",
    "argsclopts": "^1.0.5",
    "auto-changelog": "^2.0.0",
    "changelog-parser": "^3.0.1",
    "ci-info": "^4.4.0",
    "ghauth": "^7.0.1",
    "github-url-to-object": "^4.0.6",
    "mime-types": "^3.0.2",
    "undici": "^8.0.2"
  },
  "devDependencies": {
    "@types/changelog-parser": "^2.8.4",
    "@types/ghauth": "^3.2.5",
    "@types/github-url-to-object": "^4.0.4",
    "@types/mime-types": "^3.0.1",
    "@types/node": "^25.0.0",
    "@voxpelli/tsconfig": "^16.1.0",
    "neostandard": "^0.13.0",
    "npm-run-all2": "^8.0.1",
    "typescript": "~5.9.3"
  },
  "engines": {
    "node": ">=24",
    "npm": ">=11"
  },
  "homepage": "https://github.com/bcomnes/releasearoni",
  "keywords": [],
  "files": [
    "bin/",
    "lib/",
    "!lib/*.test.js",
    "index.js",
    "index.d.ts",
    "index.d.ts.map",
    "CHANGELOG.md"
  ],
  "license": "MIT",
  "type": "module",
  "bin": {
    "releasearoni": "bin/releasearoni.js",
    "releasearoni-gh": "bin/releasearoni-gh.js"
  },
  "module": "index.js",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcomnes/releasearoni.git"
  },
  "scripts": {
    "prepublishOnly": "node ./bin/releasearoni-gh.js",
    "postpublish": "npm run clean",
    "test": "run-s test:*",
    "test:lint": "eslint",
    "test:tsc": "tsc",
    "test:node-test": "node --experimental-test-coverage --test-coverage-exclude 'bin/**' --test-coverage-exclude '**/*.test.js' --test-coverage-exclude '*.config.*' --test index.test.js lib/*.test.js",
    "version": "node ./bin/releasearoni.js version",
    "build": "npm run clean && run-p build:*",
    "build:declaration": "tsc -p declaration.tsconfig.json",
    "clean": "run-p clean:*",
    "clean:declarations-top": "rm -rf $(find . -maxdepth 1 -type f -name '*.d.ts*')",
    "clean:declarations-lib": "rm -rf $(find lib -type f -name '*.d.ts*' ! -name '*-types.d.ts')",
    "clean:declarations-bin": "rm -rf $(find bin -type f -name '*.d.ts*')"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/bcomnes"
  }
}
