{
  "name": "exadrive-sdk",
  "version": "1.2.0",
  "description": "",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "keywords": [
    "web3",
    "blockchain",
    "databucket",
    "dfs",
    "decentralizedstorage"
  ],
  "scripts": {
    "build": "tsup",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/exa-protocol/exadrive-sdk.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/exa-protocol/exadrive-sdk/issues"
  },
  "homepage": "https://github.com/exa-protocol/exadrive-sdk#readme",
  "devDependencies": {
    "@types/node": "^22.5.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "axios": "^1.7.7",
    "fs": "^0.0.1-security",
    "mime": "^4.0.4",
    "tsup": "^8.2.4"
  }
}
