Files
uniswap-v2/package.json
Noah Zinsmeister b972227df8 update to solc@0.5.16
update waffle version and fix deprecations

move CI from circle to github actions
2020-01-22 11:47:24 -05:00

27 lines
568 B
JSON

{
"engines": {
"node": ">=10"
},
"dependencies": {
"solc": "0.5.16"
},
"devDependencies": {
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"ethereum-waffle": "^2.3.1",
"ethereumjs-util": "^6.2.0",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
},
"scripts": {
"lint": "yarn prettier ./test/*.ts --check",
"compile": "rimraf ./build/ && waffle .waffle.json",
"test": "mocha"
},
"license": "GPL-3.0-or-later"
}