{
  "name": "gitly",
  "version": "3.0.3",
  "description": "An API to download and/or extract git repositories",
  "main": "lib/main.js",
  "repository": "github:iwatakeshi/gitly",
  "author": "Takeshi Iwana <iwatakeshi@gmail.com>",
  "license": "MIT",
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "axios": "^1.7.9",
    "cross-spawn": "^7.0.6",
    "tar": "^7.4.3",
    "shelljs": "^0.8.5"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.3",
    "@types/shelljs": "^0.8.15",
    "@types/tar": "^6.1.13",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.5",
    "tslib": "^2.8.1",
    "typescript": "^5.7.2"
  },
  "scripts": {
    "prepare": "npm run build",
    "preversion": "",
    "prepublishOnly": "npm run test",
    "build": "tsc",
    "test": "jest",
    "format": "prettier --write \"src/**/*.ts\" \"*.json\" \"*.md\""
  },
  "types": "lib/main.d.ts",
  "keywords": [
    "archive",
    "bitbucket",
    "download",
    "extract",
    "fetch",
    "git",
    "github",
    "gitlab",
    "offline-first",
    "offline",
    "project",
    "repo",
    "repository",
    "scaffold",
    "tarbarll",
    "zip"
  ],
  "engines": {
    "node": ">=20.x"
  }
}
