UNPKG

@bluwy/giget-core

Version:

Download template from a git repo or tarball URL

44 lines 986 B
{ "name": "@bluwy/giget-core", "description": "Download template from a git repo or tarball URL", "version": "0.1.7", "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": { "modern-tar": "^0.7.5" }, "devDependencies": { "@types/node": "^25.5.0", "prettier": "^3.8.1", "typescript": "^5.9.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" } }