UNPKG

@nodesecure/github

Version:

Download repository from github

53 lines (52 loc) 1.3 kB
{ "name": "@nodesecure/github", "version": "2.0.0", "description": "Download repository from github", "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "lint": "eslint src", "test": "glob -c \"tsx --test\" \"./test/**/*.spec.ts\"", "coverage": "c8 -r html npm test" }, "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/github.git" }, "keywords": [ "NodeSecure", "github", "download", "archive" ], "files": [ "dist" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/github/issues" }, "homepage": "https://github.com/NodeSecure/github#readme", "dependencies": { "@myunisoft/httpie": "^5.0.0", "tar-fs": "^3.0.5" }, "devDependencies": { "@openally/config.eslint": "^1.0.0", "@openally/config.typescript": "^1.0.3", "@slimio/is": "^2.0.0", "@types/node": "^22.3.0", "@types/tar-fs": "^2.0.4", "c8": "^10.1.2", "eslint": "^9.5.0", "tsx": "^4.17.0", "typescript": "^5.5.4" }, "engines": { "node": ">=18" } }