Skip to content

Instantly share code, notes, and snippets.

@nikelborm
Created May 12, 2025 17:51
Show Gist options
  • Select an option

  • Save nikelborm/aa5798a2afe712aa1b5559e8aba0ffd5 to your computer and use it in GitHub Desktop.

Select an option

Save nikelborm/aa5798a2afe712aa1b5559e8aba0ffd5 to your computer and use it in GitHub Desktop.

Revisions

  1. nikelborm created this gist May 12, 2025.
    37 changes: 37 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    {
    "name": "fetch-github-folder",
    "version": "0.1.27",
    "type": "module",
    "dependencies": {
    "@effect/cli": "^0.61.0",
    "@effect/platform": "^0.82.0",
    "@effect/platform-node": "^0.80.0",
    "@octokit/core": "^6.1.5",
    "@octokit/request-error": "^6.1.8",
    "effect": "^3.15.0",
    "outdent": "^0.8.0",
    "tar-fs": "^3.0.8",
    "tsafe": "^1.8.5",
    "tslib": "^2.8.1"
    },
    "devDependencies": {
    "@effect/language-service": "^0.12.2",
    "@effect/vitest": "^0.22.0",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@total-typescript/ts-reset": "^0.6.1",
    "@types/node": "^22.15.17",
    "@types/tar-fs": "^2.0.4",
    "@vitest/coverage-v8": "^3.1.3",
    "jsr": "^0.13.4",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.1",
    "rollup": "^4.40.2",
    "rollup-plugin-visualizer": "^5.14.0",
    "ts-patch": "^3.3.0",
    "typescript": "^5.8.3",
    "vitest": "^3.1.3"
    }
    }