hyparquet/package.json

27 lines
469 B
JSON
Raw Normal View History

2023-12-29 17:37:37 +00:00
{
"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"
}
}