You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
{
|
|
"name": "solidity-coverage",
|
|
"version": "0.7.0-beta.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"buidler": "dist/buidler.coverage.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/units --timeout 70000 --no-warnings",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 70000 --exit"
|
|
},
|
|
"homepage": "https://github.com/sc-forks/solidity-coverage",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sc-forks/solidity-coverage.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"death": "^1.1.0",
|
|
"ganache-cli": "^6.5.0",
|
|
"istanbul": "^0.4.5",
|
|
"req-cwd": "^1.0.1",
|
|
"sha1": "^1.1.1",
|
|
"shelljs": "^0.8.3",
|
|
"solidity-parser-antlr": "^0.4.7",
|
|
"web3-utils": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/buidler": "^1.0.0-beta.8",
|
|
"@nomiclabs/buidler-truffle5": "^1.0.0-beta.8",
|
|
"@nomiclabs/buidler-web3": "^1.0.0-beta.8",
|
|
"mocha": "5.2.0",
|
|
"solc": "^0.5.10",
|
|
"truffle": "^5.0.30",
|
|
"web3": "1.0.0-beta.37"
|
|
}
|
|
}
|
|
|