UNPKG

@nodesecure/github

Version:
45 lines (44 loc) 1.09 kB
{ "name": "@nodesecure/github", "version": "2.1.0", "description": "Download repository from github", "type": "module", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test-only": "tsx --test \"./test/**/*.spec.ts\"", "test-types": "attw --pack . --profile esm-only", "test": "c8 -r html npm run test-only && npm run test-types" }, "repository": { "type": "git", "url": "git+https://github.com/NodeSecure/scanner.git" }, "keywords": [ "NodeSecure", "github", "download", "archive" ], "files": [ "dist" ], "author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/NodeSecure/scanner/issues" }, "homepage": "https://github.com/NodeSecure/scanner/tree/master/workspaces/github#readme", "dependencies": { "@openally/httpie": "^1.0.0", "tar-fs": "^3.0.5" }, "devDependencies": { "@types/tar-fs": "^2.0.4" }, "engines": { "node": ">=20" } }