27 lines
568 B
JSON
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"
|
|
}
|