21 lines
479 B
JSON
21 lines
479 B
JSON
|
{
|
||
|
"name": "status-contracts",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"solidity-coverage": "./node_modules/.bin/solidity-coverage"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/status-im/contracts.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/status-im/contracts/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/status-im/contracts#readme",
|
||
|
"devDependencies": {
|
||
|
"solidity-coverage": "^0.4.4"
|
||
|
}
|
||
|
}
|