{
  "name": "@lichangio/compound-js",
  "version": "0.2.2",
  "author": "Lichang.io",
  "description": "A JavaScript SDK for Ethereum and the Compound Protocol.",
  "license": "BSD-3-Clause",
  "main": "dist/nodejs/index.js",
  "scripts": {
    "lint": "./node_modules/.bin/eslint ./src/*.ts",
    "build": "yarn lint && ./node_modules/.bin/tsc ",
    "docs": "./node_modules/typedoc/bin/typedoc --out ./docs/ ./src/",
    "compound_docs": "node ./scripts/compound-docs.js",
    "prepare": "yarn run build",
    "publish_patch": "npm version patch && npm publish --access public",
    "publish_minor": "npm version minor && npm publish --access public",
    "publish_major": "npm version major && npm publish --access public",
    "rollup": "./node_modules/.bin/rollup -c rollup.config.ts",
    "sync": "cp -r /Users/Sirormy/lichang/compound-js/dist/nodejs/* /Users/Sirormy/lichang/lc_finance_web/node_modules/@compound-finance/compound-js/dist/nodejs/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sirormy/compound-js.git"
  },
  "keywords": [
    "compound",
    "compound.js",
    "compound finance",
    "compound protocol",
    "decentralized finance",
    "defi",
    "ethereum"
  ],
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/preset-typescript": "^7.10.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@types/node": "^14.0.11",
    "@typescript-eslint/eslint-plugin": "^4.2.0",
    "@typescript-eslint/parser": "^4.2.0",
    "docblock-parser": "^1.0.0",
    "eslint": "^7.9.0",
    "mocha": "^8.2.1",
    "rollup": "^2.33.3",
    "rollup-plugin-babel-minify": "^10.0.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "typedoc": "^0.18.0",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "ethers": "^5.0.7",
    "web3": "^1.3.0"
  }
}
