{
  "name": "@makerdao/dai-plugin-governance",
  "description": "A dai.js plugin for adding MKR governance support to dapps.",
  "version": "0.16.8-alpha.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/makerdao/dai-plugin-governance.git"
  },
  "main": "dist/index.js",
  "unpkg": "dist/index.js",
  "jsdelivr": "dist/dai-plugin-governance.esm.js",
  "typings": "dist/index.d.ts",
  "module": "dist/dai-plugin-governance.umd.production.min.js",
  "scripts": {
    "build": "yarn clean && tsdx build --format cjs,esm,umd && ./scripts/copy-files.sh",
    "clean": "rm -rf ./dist",
    "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.10",
    "@makerdao/dai": "^0.42.5-alpha.0",
    "@makerdao/services-core": "^0.11.4",
    "assert": "^2.0.0",
    "debug": "^4.1.1",
    "ramda": "^0.25.0"
  },
  "peerDependencies": {
    "@makerdao/dai": "^0.42.2"
  },
  "devDependencies": {
    "@makerdao/dai-plugin-config": "^0.2.14-rc.1",
    "web3-utils": "^1.2.6"
  },
  "gitHead": "97fa9f88c680e0553ff26016366fa6bbb8c06054"
}
