{
  "name": "@makerdao/dai-plugin-mcd",
  "description": "Plugin to add Multi-Collateral Dai support to dai.js",
  "version": "1.6.3",
  "license": "MIT",
  "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",
    "build:cjs": "../../scripts/build.sh",
    "clean": "rm -rf ./dist ./umd",
    "prepublishOnly": "yarn build",
    "testchain": "../../scripts/run-testchain.sh",
    "coverage": "yarn test --coverage",
    "test": "yarn testchain --ci jest --runInBand",
    "test:debug": "yarn testchain --ci node --inspect-brk ../../node_modules/.bin/jest --runInBand",
    "test:kovan": "export NETWORK='kovan' && yarn test --config ./test/config/jestIntegrationConfig.json",
    "test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json"
  },
  "peerDependencies": {
    "@makerdao/dai": ">=0.18.9"
  },
  "dependencies": {
    "@makerdao/currency": "^0.9.9",
    "@makerdao/services-core": "^0.9.9",
    "bignumber.js": "^8.1.1",
    "rxjs": "^6.5.4"
  },
  "types": "typings/index.d.ts"
}
