mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-29 16:36:37 +00:00
38 lines
820 B
JSON
38 lines
820 B
JSON
{
|
|
"name": "hyparquet",
|
|
"version": "1.6.0",
|
|
"description": "parquet file parser for javascript",
|
|
"keywords": [
|
|
"parquet",
|
|
"parser",
|
|
"snappy",
|
|
"thrift"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hyparam/hyparquet.git"
|
|
},
|
|
"main": "src/hyparquet.js",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"type": "module",
|
|
"types": "src/hyparquet.d.ts",
|
|
"scripts": {
|
|
"coverage": "vitest run --coverage --coverage.include=src",
|
|
"lint": "eslint .",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.8.6",
|
|
"@vitest/coverage-v8": "2.1.4",
|
|
"eslint": "9.14.0",
|
|
"eslint-plugin-jsdoc": "50.4.3",
|
|
"hyparquet-compressors": "0.1.4",
|
|
"typescript": "5.6.3",
|
|
"typescript-eslint": "8.12.2",
|
|
"vitest": "2.1.4"
|
|
}
|
|
}
|