git2parquet
Version:
CLI tool to export git commits in parquet format
43 lines (42 loc) • 814 B
JSON
{
"name": "git2parquet",
"version": "0.1.5",
"description": "CLI tool to export git commits in parquet format",
"author": "Hyperparam",
"homepage": "https://hyperparam.app",
"keywords": [
"ai",
"data",
"git",
"hyperparam",
"hyparquet",
"ml",
"parquet"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hyparam/git2parquet.git"
},
"files": [
"src",
"bin"
],
"bin": {
"git2parquet": "bin/cli.js"
},
"type": "module",
"main": "src/index.js",
"sideEffects": false,
"scripts": {
"build:types": "tsc -p ./tsconfig.build.json"
},
"dependencies": {
"hyparquet-writer": "0.6.0",
"hyperparam": "0.3.1"
},
"devDependencies": {
"@types/node": "24.1.0",
"typescript": "5.8.3"
}
}