{
  "name": "@simple-libs/hosted-git-info",
  "type": "module",
  "version": "2.0.0",
  "description": "A small library to parse hosted git info.",
  "author": {
    "name": "Dan Onoshko",
    "email": "danon0404@gmail.com",
    "url": "https://github.com/dangreen"
  },
  "license": "MIT",
  "homepage": "https://github.com/TrigenSoftware/simple-libs/tree/main/packages/hosted-git-info#readme",
  "funding": "https://ko-fi.com/dangreen",
  "repository": {
    "type": "git",
    "url": "https://github.com/TrigenSoftware/simple-libs.git",
    "directory": "packages/hosted-git-info"
  },
  "bugs": {
    "url": "https://github.com/TrigenSoftware/simple-libs/issues"
  },
  "keywords": [
    "git",
    "github",
    "bitbucket",
    "gitlab",
    "hosted-git-info"
  ],
  "engines": {
    "node": ">=22"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ]
}