{
  "name": "@makerdao/dai-plugin-governance",
  "description": "A dai.js plugin for adding MKR governance support to dapps.",
  "version": "0.12.25",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/makerdao/dai-plugin-governance.git"
  },
  "main": "dist/index.js",
  "unpkg": "umd/index.js",
  "jsdelivr": "umd/index.js",
  "scripts": {
    "build": "yarn clean && yarn build:cjs && yarn build:umd",
    "build:umd": "webpack --config ../../webpack.config.js",
    "clean": "rm -rf ./dist ./umd",
    "build:cjs": "../../scripts/build.sh",
    "prepublishOnly": "yarn build",
    "testchain": "../../scripts/run-testchain.sh",
    "test": "yarn testchain --ci jest --runInBand",
    "coverage": "yarn test --coverage",
    "test:integration": "jest --runInBand --config ./test/config/jestIntegrationConfig.json"
  },
  "lint-staged": {
    "*.{js,json}": [
      "prettier --write --single-quote",
      "git add"
    ]
  },
  "dependencies": {
    "@makerdao/currency": ">=0.9.0",
    "@makerdao/services-core": "^0.10.0",
    "assert": "^2.0.0",
    "debug": "^4.1.1",
    "ramda": "^0.25.0"
  },
  "peerDependencies": {
    "@makerdao/dai": "^0.31"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@makerdao/dai": "^0.31",
    "@makerdao/dai-plugin-config": "^0.2.14-rc.1",
    "web3-utils": "^1.2.6"
  }
}
