{
  "name": "@swapsicledex/swapsicle-sdk",
  "version": "2.2.4",
  "license": "MIT",
  "author": "Swapsicle <support@swapsicle.io>",
  "bugs": {
    "url": "https://github.com/swapsicledex/swapsicle-sdk/issues"
  },
  "homepage": "https://github.com/swapsicledex/swapsicle-sdk",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "module": "dist/core-sdk.esm.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swapsicledex/swapsicle-sdk.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "lint": "tsdx lint src test",
    "build": "tsdx build",
    "watch": "tsdx watch",
    "test": "tsdx test --passWithNoTests",
    "prepublishOnly": "npx tsdx build;cpy 'src/**/*.json' dist",
    "postbuild": "cpy 'src/**/*.json' dist"
  },
  "dependencies": {
    "@ethersproject/address": "^5.4.0",
    "@ethersproject/bignumber": "^5.4.0",
    "@ethersproject/providers": "^5.4.0",
    "@ethersproject/solidity": "^5.4.0",
    "big.js": "^6.1.1",
    "decimal.js-light": "^2.5.0",
    "jsbi": "^4.1.0",
    "lodash": "^4.17.21",
    "tiny-invariant": "^1.1.0",
    "tiny-warning": "^1.0.0",
    "toformat": "^2.0.0"
  },
  "devDependencies": {
    "@types/big.js": "^6.1.0",
    "@types/lodash": "^4.14.191",
    "cpy-cli": "^4.2.0",
    "tsdx": "^0.14.1"
  },
  "keywords": [
    "swapsicle",
    "sdk"
  ]
}
