{
  "bin": {
    "arrow2csv": "bin/arrow2csv.js"
  },
  "version": "21.2.0",
  "name": "@apache-arrow/esnext-cjs",
  "browser": "Arrow.dom.js",
  "main": "Arrow.node.js",
  "type": "commonjs",
  "types": "Arrow.node.d.ts",
  "license": "Apache-2.0",
  "description": "Apache Arrow columnar in-memory format",
  "author": "Apache Software Foundation",
  "homepage": "https://arrow.apache.org/js/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apache/arrow-js.git"
  },
  "bugs": {
    "url": "https://github.com/apache/arrow-js/issues"
  },
  "keywords": [
    "apache",
    "arrow"
  ],
  "dependencies": {
    "@types/node": "^25.2.0",
    "flatbuffers": "^25.1.24",
    "json-with-bigint": "^3.5.3",
    "tslib": "^2.6.2"
  }
}