{
  "name": "@rysun/package-health-checker",
  "version": "1.0.5",
  "description": "Check the latest version of code and generate report with GitHub issues, PRs, published date, etc.",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "bin": {
    "check-health": "./lib/cjs/index.js"
  },
  "scripts": {
    "version-select": "version-select",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "build:watch": "tsc -w"
  },
  "keywords": [
    "package-health-checker",
    "nodejs-health-checker",
    "package-report",
    "Github-issues",
    "Version-list",
    "Scores",
    "healthCheck",
    "health-check",
    "health-checker",
    "healthChecker"
  ],
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rysuncommunity/rysun-package-health-checker"
  },
  "bugs": {
    "url": "https://github.com/rysuncommunity/rysun-package-health-checker/issues"
  },
  "homepage": "https://github.com/rysuncommunity/rysun-package-health-checker#readme",
  "publishConfig": {
    "access": "public"
  },
  "author": "rysun",
  "license": "ISC",
  "devDependencies": {
    "@types/git-url-parse": "^9.0.3",
    "@types/node": "^22.1.0"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "commander": "^12.1.0",
    "git-url-parse": "^14.1.0",
    "version-select": "^1.0.13"
  }
}
