UNPKG

gitly

Version:

An API to download and/or extract git repositories

74 lines (73 loc) 1.53 kB
{ "name": "gitly", "version": "3.2.4", "description": "An API to download and/or extract git repositories", "type": "module", "main": "./dist/main.js", "types": "./dist/main.d.ts", "exports": { ".": { "import": { "types": "./dist/main.d.ts", "default": "./dist/main.js" }, "require": { "types": "./dist/main.d.cts", "default": "./dist/main.cjs" } } }, "repository": "github:iwatakeshi/gitly", "author": "Takeshi Iwana <iwatakeshi@gmail.com>", "license": "MIT", "files": [ "dist/**/*" ], "dependencies": { "axios": "^1.15.0", "cross-spawn": "^7.0.6", "shelljs": "^0.10.0", "tar": "^7.5.13" }, "devDependencies": { "@types/cross-spawn": "^6.0.6", "@types/jest": "^30.0.0", "@types/node": "^25.6.0", "@types/shelljs": "^0.10.0", "jest": "^30.3.0", "prettier": "^3.8.3", "ts-jest": "^29.4.9", "tslib": "^2.8.1", "tsup": "^8.5.1", "typescript": "^6.0.3" }, "scripts": { "prepare": "npm run build", "preversion": "", "prepublishOnly": "npm run test", "build": "tsup", "test": "jest", "format": "prettier --write \"src/**/*.ts\" \"*.json\" \"*.md\"" }, "keywords": [ "archive", "bitbucket", "download", "extract", "fetch", "git", "github", "gitlab", "offline-first", "offline", "project", "repo", "repository", "scaffold", "tarbarll", "zip" ], "engines": { "node": ">=20.x" } }