You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.4 KiB
50 lines
1.4 KiB
{
|
|
"name": "@remix-project/remix-analyzer",
|
|
"version": "0.5.6",
|
|
"description": "Tool to perform static analysis on Solidity smart contracts",
|
|
"main": "index.js",
|
|
"types": ".index.d.ts",
|
|
"contributors": [
|
|
{
|
|
"name": "Alex Beregszaszi",
|
|
"email": "alex@rtfs.hu"
|
|
},
|
|
{
|
|
"name": "Iuri Matias",
|
|
"email": "iuri@ethereum.org"
|
|
},
|
|
{
|
|
"name": "Yann Levreau",
|
|
"email": "yann@ethdev.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@remix-project/remix-astwalker": "^0.0.26",
|
|
"@remix-project/remix-lib": "^0.4.31",
|
|
"ethereumjs-block": "^2.2.2",
|
|
"ethereumjs-tx": "^2.1.2",
|
|
"ethereumjs-vm": "4.1.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "./../../node_modules/.bin/ts-node --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts"
|
|
},
|
|
"author": "Remix Team",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-analyzer#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^13.7.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
"babel-preset-es2015": "^6.24.0",
|
|
"npm-install-version": "^6.0.2",
|
|
"tape": "^4.6.0",
|
|
"ts-node": "^8.6.2",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"typings": "index.d.ts",
|
|
"gitHead": "ba6b2b226349d035146bd6deb120fef3d499ed16"
|
|
}
|