UNPKG

@bluwy/giget-core

Version:

Download template from a git repo or tarball URL

44 lines 981 B
{ "name": "@bluwy/giget-core", "description": "Download template from a git repo or tarball URL", "version": "0.1.3", "license": "MIT", "type": "module", "types": "./src/index.d.ts", "exports": "./src/index.js", "sideEffects": false, "files": [ "src" ], "repository": { "type": "git", "url": "git+https://github.com/bluwy/giget-core.git" }, "bugs": { "url": "https://github.com/bluwy/giget-core/issues" }, "keywords": [ "scaffolding", "template", "git", "download" ], "engines": { "node": ">=18" }, "dependencies": { "tar": "^7.4.3" }, "devDependencies": { "@types/node": "^22.15.33", "prettier": "^3.6.0", "typescript": "^5.8.3" }, "scripts": { "test": "node --test \"test/*.test.js\"", "test:bun": "bun test \"test/bun-windows.spec.js\"", "lint": "prettier \"**/*.{js,ts,md}\" --check", "format": "prettier \"**/*.{js,ts,md}\" --write", "typecheck": "tsc" } }