mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-06 06:51:54 +00:00
41 lines
931 B
JSON
41 lines
931 B
JSON
{
|
|
"name": "hyparquet",
|
|
"version": "1.3.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",
|
|
"demo": "http-server -o",
|
|
"lint": "eslint .",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.4.1",
|
|
"@typescript-eslint/eslint-plugin": "8.2.0",
|
|
"@vitest/coverage-v8": "2.0.5",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-jsdoc": "50.2.2",
|
|
"http-server": "14.1.1",
|
|
"hyparquet-compressors": "0.1.4",
|
|
"typescript": "5.5.4",
|
|
"vitest": "2.0.5"
|
|
}
|
|
}
|