|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
{ |
|
|
|
|
"name": "remix-analyzer", |
|
|
|
|
"version": "0.5.0-beta.2", |
|
|
|
|
"version": "0.5.0", |
|
|
|
|
"description": "Tool to perform static analysis on Solidity smart contracts", |
|
|
|
|
"main": "./dist/index.js", |
|
|
|
|
"types": "./dist/index.d.ts", |
|
|
|
@ -19,8 +19,8 @@ |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"dependencies": { |
|
|
|
|
"remix-astwalker": "0.0.21", |
|
|
|
|
"remix-lib": "0.4.24" |
|
|
|
|
"remix-astwalker": "0.0.22", |
|
|
|
|
"remix-lib": "0.4.25" |
|
|
|
|
}, |
|
|
|
|
"scripts": { |
|
|
|
|
"build": "tsc", |
|
|
|
|