{
  "name": "moonwalkerswap-avalanche-sdk",
  "license": "MIT",
  "version": "2.0.4",
  "description": "🛠 An SDK for building applications on top of Moonwalkerswap.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MoonWalkerJim/moonwalkerswap-avalanche-sdk.git"
  },
  "keywords": [
    "Moonwalkerswap",
    "Avax",
    "Avalanche"
  ],
  "module": "dist/sdk.esm.js",
  "scripts": {
    "lint": "tsdx lint src test",
    "build": "tsdx build",
    "start": "tsdx watch",
    "test": "tsdx test",
    "prepublishOnly": "tsdx build"
  },
  "dependencies": {
    "big.js": "^6.1.1",
    "decimal.js-light": "^2.5.1",
    "jsbi": "^4.1.0",
    "moonwalkerswap-v2-core": "^1.0.4",
    "tiny-invariant": "^1.2.0",
    "tiny-warning": "^1.0.3",
    "toformat": "^2.0.0"
  },
  "peerDependencies": {
    "@ethersproject/address": "^5.5.0",
    "@ethersproject/contracts": "^5.5.0",
    "@ethersproject/networks": "^5.5.2",
    "@ethersproject/providers": "^5.5.3",
    "@ethersproject/solidity": "^5.5.0"
  },
  "devDependencies": {
    "@ethersproject/address": "^5.5.0",
    "@ethersproject/contracts": "^5.5.0",
    "@ethersproject/networks": "^5.5.2",
    "@ethersproject/providers": "^5.5.3",
    "@ethersproject/solidity": "^5.5.0",
    "@types/big.js": "^6.1.3",
    "@types/jest": "^27.4.0",
    "babel-plugin-transform-jsbi-to-bigint": "^1.4.0",
    "tsdx": "^0.14.1"
  },
  "engines": {
    "node": ">=10"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true
  },
  "bugs": {
    "url": "https://github.com/MoonWalkerJim/moonwalkerswap-avalanche-sdk/issues"
  },
  "homepage": "https://github.com/MoonWalkerJim/moonwalkerswap-avalanche-sdk#readme",
  "directories": {
    "test": "test"
  },
  "author": "MoonwalkerJim"
}
