{
  "name": "gh-cookie",
  "version": "1.3.24",
  "description": "",
  "main": "bin/index.js",
  "scripts": {
    "prebuild": "npm run doctor",
    "doctor:node-version": "check-node-version --node 22 --npx 10 --npm 10",
    "doctor": "npm run doctor:node-version",
    "prettier": "prettier --write '**/*'",
    "lint": "eslint src",
    "lint-fix": "eslint src --fix",
    "fmt": "npm run prettier && npm run lint-fix",
    "build": "tsc -p ./tsconfig.build.json",
    "test": "jest"
  },
  "bin": {
    "gh-cookie": "./bin/adapter/entry-points/cli/index.js"
  },
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HiromiShikata/npm-cli-gh-cookie.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/HiromiShikata/npm-cli-gh-cookie/issues"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm"
    ],
    "branches": [
      "main"
    ]
  },
  "homepage": "https://github.com/HiromiShikata/npm-cli-gh-cookie#readme",
  "publishConfig": {
    "provenance": true,
    "access": "public"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@types/authenticator": "^1.1.4",
    "@types/jest": "^30.0.0",
    "@types/puppeteer": "^7.0.4",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "check-node-version": "^4.2.1",
    "commitlint": "^20.0.0",
    "conventional-changelog-conventionalcommits": "^9.0.0",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-no-type-assertion": "^1.3.0",
    "eslint-plugin-unused-imports": "^3.1.0",
    "jest": "^30.0.0",
    "jest-html-reporter": "^4.0.0",
    "jest-junit": "^17.0.0",
    "prettier": "^3.2.5",
    "semantic-release": "^25.0.0",
    "ts-jest": "^29.1.2",
    "typescript": "^6.0.0"
  },
  "dependencies": {
    "@semantic-release/npm": "^13.0.0",
    "authenticator": "^1.1.5",
    "commander": "^14.0.0",
    "dotenv": "^17.0.0",
    "puppeteer": "^24.0.0"
  }
}
