{
  "name": "@decent-bet/node-mpp",
  "version": "1.3.9",
  "description": "node library to perform multiparty protocol (MPP) functionality for contracts on the Vechain Thor blockchain",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./__tests__ --timeout 30000"
  },
  "author": "dev <dev@decent.bet>",
  "license": "MIT",
  "dependencies": {
    "app-root-path": "^2.2.1",
    "bignumber.js": "^8.1.1",
    "thor-devkit": "^0.11.0",
    "thorify": "1.1.0",
    "web3": "^1.0.0-beta.36",
    "yargs": "^13.2.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^6.1.3"
  },
  "peerDependencies": {
    "thor-devkit": "^0.11.0"
  }
}
