{
  "name": "@makerdao/test-helpers",
  "description": "test helpers for the monorepo",
  "version": "0.3.0",
  "license": "MIT",
  "main": "dist/index.js",
  "unpkg": "umd/index.js",
  "dependencies": {
    "node-fetch": "^2.6.0"
  },
  "scripts": {
    "build": "yarn clean && yarn build:cjs && yarn build:umd",
    "build:cjs": "../../scripts/build.sh && cp src/testAccounts.json dist",
    "build:umd": "webpack --config ../../webpack.config.js",
    "clean": "rm -rf ./dist ./umd",
    "prepublishOnly": "yarn build",
    "test": "jest"
  },
  "files": [
    "package.json",
    "LICENSE",
    "dist/**/*",
    "umd/*"
  ]
}
