@bluwy/giget-core
Version:
Download template from a git repo or tarball URL
44 lines • 932 B
JSON
{
"name": "@bluwy/giget-core",
"description": "Download template from a git repo or tarball URL",
"version": "0.1.2",
"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": "^6.2.1"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/tar": "^6.1.13",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"scripts": {
"test": "node --test",
"lint": "prettier \"**/*.{js,ts,md}\" --check",
"format": "prettier \"**/*.{js,ts,md}\" --write",
"typecheck": "tsc"
}
}