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.
60 lines
1.6 KiB
60 lines
1.6 KiB
{
|
|
"name": "@remix-project/remix-debug",
|
|
"version": "0.4.8",
|
|
"description": "Tool to debug Ethereum transactions",
|
|
"contributors": [
|
|
{
|
|
"name": "Yann Levreau",
|
|
"email": "yann@ethdev.com"
|
|
},
|
|
{
|
|
"name": "Liana Husikyan",
|
|
"email": "liana@ethdev.com"
|
|
},
|
|
{
|
|
"name": "Iuri Matias",
|
|
"email": "iuri.matias@gmail.com"
|
|
}
|
|
],
|
|
"main": "index.js.js",
|
|
"dependencies": {
|
|
"@remix-project/remix-astwalker": "^0.0.26",
|
|
"@remix-project/remix-lib": "^0.4.31",
|
|
"commander": "^2.19.0",
|
|
"ethereumjs-block": "^2.2.2",
|
|
"ethereumjs-tx": "^2.1.2",
|
|
"ethereumjs-util": "^6.2.0",
|
|
"ethereumjs-vm": "4.1.3",
|
|
"web3": "^1.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/plugin-transform-object-assign": "^7.2.0",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"@babel/preset-es2015": "latest",
|
|
"@babel/preset-es2017": "latest",
|
|
"@babel/preset-stage-0": "^7.0.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babelify": "^10.0.0",
|
|
"solc": "^0.7.4",
|
|
"tape": "^4.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "./../../node_modules/.bin/tape --require tsconfig-paths/register ./test/tests.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethereum/remix-project.git"
|
|
},
|
|
"author": "Remix Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ethereum/remix-project/issues"
|
|
},
|
|
"homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-debug#readme",
|
|
"typings": "index.js.d.ts",
|
|
"gitHead": "ba6b2b226349d035146bd6deb120fef3d499ed16"
|
|
}
|