{
  "name": "@dclimate/dclimate-client-js",
  "version": "0.9.1",
  "description": "JavaScript client for dClimate datasets using jaxray and IPFS stores",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "main": "./dist/node/index.js",
  "module": "./dist/browser/index.js",
  "types": "./dist/node/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/node/index.d.ts",
      "import": "./dist/browser/index.js",
      "default": "./dist/node/index.js"
    },
    "./browser": {
      "types": "./dist/browser/index.d.ts",
      "import": "./dist/browser/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build:browser": "tsc -p tsconfig.browser.json",
    "build:node": "tsc -p tsconfig.node.json",
    "build": "npm run build:browser && npm run build:node",
    "lint": "eslint .",
    "test": "vitest",
    "test:ci": "vitest run",
    "test:coverage": "vitest run --coverage",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "inspect:entities": "tsx scripts/inspect-entities.ts"
  },
  "keywords": [
    "dclimate",
    "zarr",
    "ipfs",
    "jaxray",
    "climate-data"
  ],
  "author": "TheGreatAlgo <37487508+TheGreatAlgo@users.noreply.github.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dClimate/dclimate-client-js.git"
  },
  "bugs": {
    "url": "https://github.com/dClimate/dclimate-client-js/issues"
  },
  "homepage": "https://github.com/dClimate/dclimate-client-js#readme",
  "dependencies": {
    "@dclimate/jaxray": "^0.7.2",
    "@dclimate/tabular": "^0.10.0",
    "@opentelemetry/api": "^1.9.1",
    "multiformats": "^13.3.1"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "eslint": "10.4.1",
    "globals": "17.6.0",
    "tsx": "^4.23.12",
    "typescript": "^5.4.0",
    "typescript-eslint": "8.61.0",
    "vitest": "^4.1.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
