{
  "name": "@decent.xyz/sdk",
  "version": "0.3.9",
  "main": "dist/index.js",
  "scripts": {
    "build": "rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "zev@decent.xyz",
  "license": "GNU GPL V3.0",
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.5.1",
    "@ethersproject/abstract-signer": "^5.5.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.4.0",
    "ethers": "^5.5.1",
    "rollup": "^2.78.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "nft.storage": "^7.0.0",
    "@decent.xyz/ux-components": "^1.0.6"
  },
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentxyz/DecentSDK-npm.git"
  },
  "bugs": {
    "url": "https://github.com/decentxyz/DecentSDK-npm/issues"
  },
  "homepage": "https://github.com/decentxyz/DecentSDK-npm#readme",
  "description": ""
}
