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.
57 lines
1.7 KiB
57 lines
1.7 KiB
{
|
|
"name": "solidity-coverage",
|
|
"version": "0.7.0-beta.2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"buidler": "dist/buidler.coverage.js",
|
|
"bin": {
|
|
"solidity-coverage": "./dist/bin.js"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"nyc": "SILENT=true nyc --exclude '**/sc_temp/**' --exclude '**/test/**'",
|
|
"test": "npm run nyc -- mocha test/units/* --timeout 100000 --no-warnings --exit",
|
|
"test:ci": "SILENT=true nyc --reporter=lcov --exclude '**/sc_temp/**' --exclude '**/test/**/' -- mocha test/units/* --timeout 100000 --no-warnings --exit",
|
|
"test:debug": "mocha test/units/* --timeout 100000 --no-warnings --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": {
|
|
"@truffle/provider": "^0.1.17",
|
|
"chalk": "^2.4.2",
|
|
"death": "^1.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"detect-port": "^1.3.0",
|
|
"ganache-core-sc": "2.7.0-sc.0",
|
|
"ghost-testrpc": "^0.0.2",
|
|
"global-modules": "^2.0.0",
|
|
"globby": "^10.0.1",
|
|
"istanbul": "^0.4.5",
|
|
"jsonschema": "^1.2.4",
|
|
"node-dir": "^0.1.17",
|
|
"node-emoji": "^1.10.0",
|
|
"pify": "^4.0.1",
|
|
"shelljs": "^0.8.3",
|
|
"solidity-parser-antlr": "^0.4.7",
|
|
"web3": "1.2.1",
|
|
"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",
|
|
"decache": "^4.5.1",
|
|
"mocha": "5.2.0",
|
|
"nyc": "^14.1.1",
|
|
"solc": "^0.5.10",
|
|
"truffle": "^5.0.31",
|
|
"truffle-config": "^1.1.18"
|
|
}
|
|
}
|
|
|