{
  "name": "synths-sdk",
  "version": "1.1.5",
  "description": "Yam Uma Synths SDK",
  "author": "yam",
  "contributors": [
    "e",
    "byterose",
    "snake"
  ],
  "license": "MIT",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "prepack": "yarn build && yarn docgen",
    "clean": "hardhat clean",
    "build": "hardhat compile && tsc",
    "test": "hardhat test",
    "test:w": "hardhat watch test",
    "test:matic": "cross-env CHAINID=137 hardhat test test/SynthsSdk.test.ts",
    "format": "prettier --write .",
    "cover": "nyc yarn test",
    "cover:sol": "hardhat coverage",
    "lint": "eslint --fix .",
    "lint:report": "eslint --ext .ts --output-file eslint_report.json --format json .",
    "deploy": "hardhat deploy",
    "docgen": "yarn build && typedoc && hardhat docgen"
  },
  "keywords": [
    "yam",
    "synths",
    "degenerative",
    "uma",
    "finance",
    "synthetics",
    "assets",
    "protocol"
  ],
  "engines": {
    "node": "16.13.0"
  },
  "dependencies": {
    "@0xsequence/multicall": "^0.31.0",
    "@openzeppelin/contracts": "^4.3.3",
    "@uma/contracts-node": "^0.1.11",
    "@uma/core": "^2.16.0",
    "axios": "0.24.0",
    "dotenv": "^10.0.0",
    "ethers": "5.5.1",
    "graphql": "^16.0.1",
    "graphql-request": "^3.6.1",
    "prb-math": "^2.4.1"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.2",
    "@nomiclabs/hardhat-etherscan": "^2.1.7",
    "@nomiclabs/hardhat-solhint": "^2.0.0",
    "@nomiclabs/hardhat-waffle": "^2.0.1",
    "@typechain/ethers-v5": "^8.0.3",
    "@typechain/hardhat": "^3.0.0",
    "@types/chai": "^4.2.21",
    "@types/eslint": "^7.29.0",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.11.7",
    "@typescript-eslint/eslint-plugin": "^5.4.0",
    "@typescript-eslint/parser": "^5.4.0",
    "chai": "^4.3.4",
    "cross-env": "^7.0.3",
    "eslint": "^8.2.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "ethereum-waffle": "3.4.0",
    "hardhat": "^2.6.7",
    "hardhat-deploy": "^0.9.8",
    "hardhat-docgen": "^1.2.0",
    "hardhat-gas-reporter": "^1.0.4",
    "hardhat-watcher": "^2.1.1",
    "nyc": "^15.1.0",
    "prettier": "^2.3.2",
    "prettier-plugin-solidity": "^1.0.0-beta.19",
    "solhint-plugin-prettier": "^0.0.5",
    "solidity-coverage": "^0.7.17",
    "ts-node": "^10.4.0",
    "tsconfig-paths": "^3.10.1",
    "typechain": "^6.0.3",
    "typedoc": "^0.22.9",
    "typescript": "4.4.4"
  }
}
