@makerdao/dai
Version:
Library for interacting with the Dai Stablecoin System.
82 lines (81 loc) • 2.61 kB
JSON
{
"name": "@makerdao/dai",
"version": "0.42.5-alpha.0",
"contributors": [
"DUX <hello@dux.makerdao.network>"
],
"description": "Library for interacting with the Dai Stablecoin System.",
"license": "MIT",
"keywords": [
"makerdao",
"mkr",
"dai",
"cdp",
"eth",
"margin"
],
"bugs": {
"url": "https://github.com/makerdao/dai.js/issues",
"email": "hello@dux.makerdao.network"
},
"repository": {
"type": "git",
"url": "https://github.com/makerdao/dai.js.git"
},
"files": [
"dist/**/*"
],
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"unpkg": "dist/dai.umd.production.min.js",
"jsdelivr": "dist/dai.esm.js",
"module": "dist/dai.umd.production.min.js",
"scripts": {
"build": "yarn clean && tsdx build --format cjs,esm,umd && ./scripts/copy-files.sh",
"clean": "rm -rf ./dist",
"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",
"prepublishOnly": "yarn build",
"test:watch": "yarn test --watch",
"test:mainnet": "export NETWORK='mainnet' && jest --runInBand --config ./test/config/jestIntegrationConfig.json",
"test:kovan": "export NETWORK='kovan' && jest --runInBand --config ./test/config/jestIntegrationConfig.json",
"test:integration": "export NETWORK='test' && yarn test --config ./test/config/jestIntegrationConfig.json",
"test:build": "yarn test --config ./test/config/jestBuildConfig.json",
"repl": "../../node_modules/.bin/tsc scripts/repl.ts"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"@makerdao/currency": "^0.9.10",
"@makerdao/multicall": "^0.11.0",
"@makerdao/services-core": "^0.11.4",
"@makerdao/test-helpers": "^0.2.1",
"assert": "^1.4.1",
"bignumber.js": "^7.2.1",
"chalk": "^2.4.1",
"debug": "^3.1.0",
"eth-lib": "^0.1.29",
"ethers": "^5.5.1",
"ethers-web3-bridge": "0.0.1",
"eventemitter2": "^5.0.1",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.11",
"lodash-es": "^4.17.21",
"promise-props": "^1.0.0",
"rxjs": "^6.5.4",
"toposort": "^2.0.2",
"ts-jest": "^27.0.7",
"web3": "^1.6.0",
"web3-provider-engine": "makerdao/provider-engine#kovan-fix-dist"
},
"engines": {
"node": ">=10.16"
},
"devDependencies": {
"@types/lodash-es": "^4.17.5",
"gray-matter": "^4.0.2"
},
"gitHead": "97fa9f88c680e0553ff26016366fa6bbb8c06054"
}