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.
47 lines
1.3 KiB
47 lines
1.3 KiB
{
|
|
"name": "solidity-coverage",
|
|
"version": "0.6.4",
|
|
"description": "",
|
|
"bin": {
|
|
"solidity-coverage": "./bin/exec.js"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --timeout 60000",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000 --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",
|
|
"ethereumjs-testrpc-sc": "^6.5.1-sc.0",
|
|
"istanbul": "^0.4.5",
|
|
"keccakjs": "^0.2.1",
|
|
"req-cwd": "^1.0.1",
|
|
"shelljs": "^0.8.3",
|
|
"sol-explore": "^1.6.2",
|
|
"solidity-parser-antlr": "^0.4.7",
|
|
"tree-kill": "^1.2.0",
|
|
"web3": "1.0.0-beta.50",
|
|
"web3-eth-abi": "1.0.0-beta.50"
|
|
},
|
|
"devDependencies": {
|
|
"crypto-js": "^3.1.9-1",
|
|
"ethereumjs-account": "~2.0.4",
|
|
"ethereumjs-tx": "^1.2.2",
|
|
"ethereumjs-util": "^5.0.1",
|
|
"ethereumjs-vm": "https://github.com/sc-forks/ethereumjs-vm-sc.git#336d8841ab2c37da079d290ea5c5af6b34f20495",
|
|
"merkle-patricia-tree": "~2.1.2",
|
|
"mocha": "^4.1.0",
|
|
"request": "^2.88.0",
|
|
"solc": "^0.5.3",
|
|
"truffle": "^5.0.30"
|
|
}
|
|
}
|
|
|