{
  "name": "github-extractor",
  "longName": "GithubExtractor",
  "version": "0.0.37",
  "description": "List github repositories and download individual files or whole repos conveniently. Faster than clone depth=1 for an entire repo and much faster if you just need a single file",
  "summary": "List and download repositories or individual files quickly",
  "tagline": "Better than clone depth=1. Run: npx ghex -h",
  "main": "./dist/source/index.mjs",
  "files": [
    "dist/**/*"
  ],
  "type": "module",
  "homepage": "https://bn-l.github.io/GithubExtractor/",
  "repository": {
    "type": "git",
    "url": "https://github.com/bn-l/GithubExtractor.git"
  },
  "scripts": {
    "eslint-debug": "eslint --debug C:/Users/x230/Desktop/GithubExtractor/source/index.mts",
    "start:dev": "ts-node",
    "bench": "vitest bench --run",
    "test": "vitest --exclude \"**/*online*\"",
    "test:single": "vitest --bail=1",
    "test:online": "vitest online --bail=1",
    "test:all": "vitest --run --coverage",
    "lint": "npx eslint source --ext .mts",
    "lint:strict": "npx eslint --config ./eslint-strict.json source --ext .mts",
    "build": "tsc --build --incremental",
    "coverage-badge": "tsx scripts/coverage-badge.ts",
    "build:clean": "rimraf ./dist && tsc --build",
    "publish-ci": "tsx scripts/publish-ci.ts",
    "pub": "npx bumpp",
    "predocs:dev": "typedoc && npx tsx scripts/docs-helper.mts",
    "predocs:build": "typedoc && npx tsx scripts/docs-helper.mts",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "keywords": [
    "Github",
    "templates",
    "tar",
    "tarball",
    "gzip",
    "download",
    "extract",
    "extractor",
    "github-extractor",
    "github_extractor",
    "repo",
    "repository",
    "files",
    "folders",
    "list",
    "quick",
    "fast",
    "fastest",
    "quickly",
    "specific",
    "whole",
    "git",
    "clone",
    "depth",
    "shallow"
  ],
  "author": "bn-l",
  "license": "MIT",
  "devDependencies": {
    "@stylistic/eslint-plugin": "^1.6.3",
    "@swc/core": "^1.3.101",
    "@types/core-js": "^2.5.8",
    "@types/fs-minipass": "^2.1.4",
    "@types/node": "^20.10.0",
    "@types/sinon": "^17.0.3",
    "@typescript-eslint/eslint-plugin": "^7.11.0",
    "@typescript-eslint/parser": "^7.11.0",
    "@vitest/coverage-v8": "^1.4.0",
    "@vitest/ui": "^1.4.0",
    "badgen": "^3.2.3",
    "c8": "^9.1.0",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-sonarjs": "^0.24.0",
    "eslint-plugin-sort-class-members": "^1.20.0",
    "eslint-plugin-typescript-sort-keys": "^3.2.0",
    "eslint-plugin-unicorn": "^51.0.1",
    "rimraf": "^5.0.5",
    "rollup": "^4.13.2",
    "simple-git": "^3.23.0",
    "sinon": "^17.0.1",
    "tinybench": "^2.6.0",
    "ts-node": "^10.9.2",
    "tsx": "^4.7.1",
    "typedoc": "^0.25.12",
    "typedoc-vitepress-theme": "^1.0.0-next.10",
    "typescript": "^5.3.3",
    "typescript-eslint": "^7.1.0",
    "vitepress": "^1.0.1",
    "vue": "^3.4.21",
    "zx": "^7.2.3"
  },
  "dependencies": {
    "@types/tar": "^6.1.11",
    "chalk": "^5.3.0",
    "fastest-levenshtein": "^1.0.16",
    "pathe": "^1.1.2",
    "tar": "^7.2.0",
    "undici": "^6.10.1"
  }
}
