UNPKG

@makerdao/test-helpers

Version:

test helpers for the monorepo

30 lines (29 loc) 691 B
{ "name": "@makerdao/test-helpers", "description": "test helpers for the monorepo", "version": "0.5.2", "license": "MIT", "main": "dist/index.js", "unpkg": "dist/index.js", "typings": "dist/index.d.ts", "module": "dist/test-helpers.umd.production.min.js", "dependencies": { "node-fetch": "^2.6.0" }, "scripts": { "build": "yarn clean && tsdx build --format cjs,esm,umd", "clean": "rm -rf ./dist", "prepublishOnly": "yarn build", "test": "jest" }, "files": [ "package.json", "LICENSE", "dist/**/*", "umd/*" ], "gitHead": "0fc3ce88566e9a875f03c99a8bfc233b9578b804", "peerDependencies": { "@makerdao/dai": "^0.42.2" } }