{
  "name": "starlight-github-stats",
  "version": "0.1.0",
  "description": "A Starlight plugin to display GitHub repository statistics (stars, forks, version) in the header",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./githubStats.css": "./dist/githubStats.css"
  },
  "scripts": {
    "build": "./scripts/build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "format": "prettier --check .",
    "format:fix": "prettier --write .",
    "typecheck": "tsc --noEmit",
    "prepack": "pnpm build",
    "prepublishOnly": "pnpm build"
  },
  "peerDependencies": {
    "astro": "^5.0.0",
    "@astrojs/starlight": "^0.36.0"
  },
  "devDependencies": {
    "@astrojs/starlight": "^0.36.0",
    "@eslint/js": "^9.39.1",
    "@typescript-eslint/parser": "^8.48.0",
    "astro": "^5.0.0",
    "eslint": "^9.39.1",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.4",
    "globals": "^16.5.0",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.48.0"
  },
  "keywords": [
    "astro",
    "starlight",
    "starlight-plugin",
    "github",
    "github-stats",
    "astro-integration"
  ],
  "author": "Databricks OSS Team",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.0.0"
  },
  "packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
}
