ethereumjs-testing
Version:
test utils for ethereumjs-*
32 lines (31 loc) • 657 B
JSON
{
"name": "ethereumjs-testing",
"version": "1.1.0",
"description": "test utils for ethereumjs-*",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "node test/index.js",
"build": "node ./buildTests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ethereumjs/ethereumjs-testing"
},
"author": "mjbecze <mjbecze@gmail.com>",
"license": "MPL-2.0",
"dependencies": {
"asyncawait": "^1.0.6",
"node-dir": "^0.1.16"
},
"devDependencies": {
"ethereumjs-util": "^5.0.1",
"standard": "^10.0.3",
"tape": "^4.8.0"
},
"standard": {
"ignore": [
"tests"
]
}
}