truffle-analyze
Version:
Add vulnerability and weakness analysis via the MythX
66 lines (65 loc) • 1.44 kB
JSON
{
"name": "truffle-analyze",
"namespace": "consensys",
"version": "5.1.2",
"description": "Add vulnerability and weakness analysis via the MythX",
"dependencies": {
"armlet": "1.0.0",
"configstore": "^4.0.0",
"mocha": "^5.2.0",
"proxyquire": "^2.1.0",
"remix-lib": ">=0.4.1",
"truffle-workflow-compile": ">=2.0.2"
},
"nyc": {
"exclude": [
"compat/**/*.js",
"test/**/*.js"
]
},
"engines": {
"node": ">=8.10.0"
},
"scripts": {
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/consensys/truffle-analyze.git"
},
"keywords": [
"ethereum",
"truffle",
"mythril"
],
"homepage": "https://github.com/consensys/truffle-analyze",
"bugs": {
"url": "https://github.com/ConsenSys/truffle-analyzes/issues"
},
"author": "consensys.net",
"authors": [
{
"name": "Rocky Bernstein",
"email": "rocky.bernstein@consensys.net"
},
{
"name": "Daniyar Chambylov",
"email": "dan.chambylov@gmail.com"
}
],
"license": "MIT",
"main": "index.js",
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": ">=5.9.0",
"ipfsd-ctl": "^0.21.0",
"nyc": "^13.1.0",
"rewire": "^4.0.1",
"sinon": "^7.2.2",
"truffle-blockchain-utils": "^0.0.5"
},
"publishConfig": {
"access": "public"
}
}