|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
{ |
|
|
|
|
"name": "remix-tests", |
|
|
|
|
"version": "0.1.1", |
|
|
|
|
"version": "0.1.2", |
|
|
|
|
"description": "Tests for the Ethereum tool suite Remix", |
|
|
|
|
"main": "./dist/index.js", |
|
|
|
|
"types": "./dist/index.d.ts", |
|
|
|
@ -41,9 +41,9 @@ |
|
|
|
|
"change-case": "^3.0.1", |
|
|
|
|
"colors": "^1.1.2", |
|
|
|
|
"commander": "^2.13.0", |
|
|
|
|
"remix-lib": "0.4.1", |
|
|
|
|
"remix-simulator": "0.1.1", |
|
|
|
|
"remix-solidity": "0.3.1", |
|
|
|
|
"remix-lib": "0.4.2", |
|
|
|
|
"remix-simulator": "0.1.2", |
|
|
|
|
"remix-solidity": "0.3.2", |
|
|
|
|
"signale": "^1.2.1", |
|
|
|
|
"web3": "1.0.0-beta.36", |
|
|
|
|
"winston": "^3.0.0" |
|
|
|
@ -53,12 +53,12 @@ |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@types/async": "^2.4.0", |
|
|
|
|
"@types/colors": "^1.2.1", |
|
|
|
|
"@types/web3": "^1.0.18", |
|
|
|
|
"@types/color-support": "^1.1.0", |
|
|
|
|
"@types/colors": "^1.2.1", |
|
|
|
|
"@types/commander": "^2.12.2", |
|
|
|
|
"@types/mocha": "^5.2.5", |
|
|
|
|
"@types/node": "^10.12.21", |
|
|
|
|
"@types/web3": "^1.0.18", |
|
|
|
|
"babel-preset-es2017": "^6.24.1", |
|
|
|
|
"mocha": "^5.1.0", |
|
|
|
|
"standard": "^10.0.3", |
|
|
|
|