mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
27 lines
469 B
JSON
27 lines
469 B
JSON
|
|
{
|
||
|
|
"name": "hyparquet",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "parquet file parser for javascript",
|
||
|
|
"keywords": [
|
||
|
|
"parquet",
|
||
|
|
"parser"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/hyparam/hyllama"
|
||
|
|
},
|
||
|
|
"main": "dist/hyparquet.js",
|
||
|
|
"files": [
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"type": "module",
|
||
|
|
"types": "dist/hyparquet.d.ts",
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "5.3.3"
|
||
|
|
}
|
||
|
|
}
|