{
  "name": "@dclimate/jaxray",
  "version": "0.6.9",
  "description": "A javascript implementation similar to xarray",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "xarray",
    "multidimensional",
    "array",
    "dataset",
    "dataarray",
    "scientific",
    "data"
  ],
  "author": "TheGreatAlgo <37487508+TheGreatAlgo@users.noreply.github.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dClimate/jaxray.git"
  },
  "bugs": {
    "url": "https://github.com/dClimate/jaxray/issues"
  },
  "devDependencies": {
    "@types/node": "^24.6.2",
    "@vitest/coverage-v8": "3.2.4",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@ipld/dag-cbor": "^9.2.5",
    "@noble/ciphers": "^2.0.1",
    "@noble/hashes": "^2.0.1",
    "ipfs-unixfs": "^12.0.0",
    "it-all": "^1.0.6",
    "multiformats": "^13.3.1",
    "uint8arrays": "^5.1.0",
    "zarrita": "^0.5.4"
  }
}
