embark-mythx/package.json
emizzle 6adf8c6ae7
fix: Remove trial credentials and update MYTHX_ETH_ADDRESS to MYTHX_USERNAME
Remove automatically provided trial credentials when MythX API login environment variables are not provided by the user.

Deprecate the use of `MYTHX_ETH_ADDRESS` in favour of `MYTHX_USERNAME` environment variable.
2020-03-13 16:07:21 +11:00

30 lines
660 B
JSON

{
"name": "embark-mythx",
"version": "1.0.4",
"description": "MythX plugin for Status Embark",
"repository": "github:flex-dapps/embark-mythx",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"embark",
"embark-plugin",
"mythx",
"smart contract",
"security analysis",
"solidity"
],
"author": "sebastian@flexdapps.com",
"license": "MIT",
"dependencies": {
"armlet": "^2.7.0",
"command-line-args": "^5.1.1",
"dotenv": "^7.0.0",
"eslint": "^5.16.0",
"minimist": "^1.2.0",
"remix-lib": "^0.4.6",
"tiny-async-pool": "^1.0.4"
}
}