{
  "name": "@rarible/immutable-sdk",
  "version": "0.9.23",
  "description": "SDK for interact with immutable blockchain and Rarible protocol",
  "license": "MIT",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "src/typings.d.ts"
  ],
  "scripts": {
    "build": "tsc --project tsconfig-build.json",
    "clean": "rimraf ./build",
    "test": "jest --runInBand",
    "verify": "tsc --noEmit"
  },
  "dependencies": {
    "@ethersproject/providers": "~5.6.1",
    "@ethersproject/wallet": "~5.6.0",
    "@imtbl/imx-sdk": "^1.24.0",
    "@rarible/immutable-wallet": "^0.9.21"
  },
  "devDependencies": {
    "@rarible/types": "~0.9.6",
    "@rarible/utils": "~0.9.1",
    "@types/jest": "^27.0.2",
    "jest": "^27.2.0",
    "ts-jest": "^27.0.5",
    "typescript": "^4.6.3"
  },
  "peerDependencies": {
    "@rarible/ethereum-api-client": "^0.1.23-beta6"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
