mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-28 07:56:38 +00:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
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",
|
|
"demo:build": "rollup -c",
|
|
"lint": "eslint .",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "26.0.1",
|
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
"@rollup/plugin-replace": "5.0.7",
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
"@rollup/plugin-typescript": "11.1.6",
|
|
"@types/node": "22.5.5",
|
|
"@types/react": "18.3.5",
|
|
"@types/react-dom": "18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "8.5.0",
|
|
"@vitest/coverage-v8": "2.1.1",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-import": "2.30.0",
|
|
"eslint-plugin-jsdoc": "50.2.3",
|
|
"hightable": "0.4.0",
|
|
"http-server": "14.1.1",
|
|
"hyparquet-compressors": "0.1.4",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"rollup": "4.21.3",
|
|
"typescript": "5.6.2",
|
|
"vitest": "2.1.1"
|
|
}
|
|
}
|