Files
protocol/packages/contracts-gen/package.json
Jacob Evans 762e0aec2d fix: Update to use KNP getExpectedRateAfterFee (#2629)
* Update to use KNP getExpectedRateAfterFee

* hack: use overrides instead of forking in ganache

* fix: added some tests using overrides

* override sampler

* Overrides in bridge_sampler_mainnet_test

* use getContracts to fake out tests

* chore: supply devUtils address

* feat: specify the call override by default

* CHANGELOGs

* export SamplerOverrides

* fix package.json

* fix: after rebase
2020-07-15 14:05:57 +10:00

55 lines
1.6 KiB
JSON

{
"name": "@0x/contracts-gen",
"version": "2.0.9",
"engines": {
"node": ">=6.12"
},
"description": "Generates boilerplate code for smart contracts packages",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
"lint": "tslint --format stylish --project .",
"fix": "tslint --fix --format stylish --project .",
"clean": "shx rm -rf lib",
"build": "tsc -b",
"build:ci": "yarn build"
},
"bin": {
"contracts-gen": "bin/contracts-gen.js"
},
"repository": {
"type": "git",
"url": "https://github.com/0xProject/0x-monorepo.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/0xProject/0x-monorepo/issues"
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md",
"dependencies": {
"@0x/sol-compiler": "^4.1.0",
"@0x/sol-resolver": "^3.0.4",
"@0x/types": "^3.1.3",
"@0x/typescript-typings": "^5.1.0",
"@0x/utils": "^5.5.0",
"ethereum-types": "^3.1.1",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"prettier": "^1.16.3",
"to-snake-case": "^1.0.0"
},
"devDependencies": {
"@0x/tslint-config": "^4.0.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "*",
"@types/prettier": "^1.15.2",
"shx": "^0.2.2",
"tslint": "5.11.0",
"typescript": "3.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4f91bfd907996b2f4dd383778b50c479c2602b56"
}