{
  "name": "@snickerdoodlelabs/contracts-sdk",
  "version": "5.0.9",
  "description": "SDK for snickerdoodlelabs protocol smart contracts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SnickerdoodleLabs/protocol.git"
  },
  "bugs": {
    "url": "https://github.com/SnickerdoodleLabs/protocol/issues"
  },
  "homepage": "https://protocol-docs.snickerdoodle.com/snickerdoodle-protocol/readme",
  "author": "Muhammed Altinci <muhammed@snickerdoodlelabs.io>",
  "keywords": [
    "Blockchain",
    "Snickerdoodle",
    "Web3"
  ],
  "main": "dist/index.js",
  "files": [
    "dist",
    "!dist/test",
    "!dist/tsconfig.tsbuildinfo",
    "!test",
    "!src",
    "!src-new",
    "!tsconfig.json"
  ],
  "scripts": {
    "alias": "tsc-alias && tsc-alias -p test/tsconfig.json",
    "alias-with-copyfiles": "yarn copy-files && tsc-alias",
    "build": "yarn clean && yarn compile",
    "debug": "yarn build && node dist/debug/debugger.js",
    "clean": "npx rimraf dist tsconfig.tsbuildinfo",
    "compile": "npx tsc --build && cd ../.. && yarn alias",
    "copy-files": "copyfiles -u 1 src/**/*.d.ts dist/",
    "prepare": "yarn build",
    "prepublish": "yarn build",
    "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --maxWorkers=50% --coverage --passWithNoTests"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@farcaster/hub-nodejs": "^0.11.17",
    "@snickerdoodlelabs/common-utils": "^3.0.3",
    "@snickerdoodlelabs/node-utils": "^2.1.1",
    "@snickerdoodlelabs/objects": "^3.1.2",
    "ethers": "^6.10.0",
    "inversify": "^6.0.2",
    "neverthrow": "^5.1.0",
    "neverthrow-result-utils": "^2.0.2",
    "zksync-ethers": "^6.1.0"
  }
}