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.
58 lines
1.5 KiB
58 lines
1.5 KiB
{
|
|
"name": "@remix-project/remix-solidity",
|
|
"version": "0.3.33",
|
|
"description": "Tool to load and run Solidity compiler",
|
|
"main": "index.js",
|
|
"types": "./index.d.ts",
|
|
"contributors": [
|
|
{
|
|
"name": "Yann Levreau",
|
|
"email": "yann@ethdev.com"
|
|
},
|
|
{
|
|
"name": "Liana Husikyan",
|
|
"email": "liana@ethdev.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@remix-project/remix-lib": "^0.4.31",
|
|
"eslint-scope": "^5.0.0",
|
|
"ethereumjs-block": "^2.2.2",
|
|
"ethereumjs-tx": "^2.1.2",
|
|
"ethereumjs-vm": "4.1.3",
|
|
"solc": "^0.7.4",
|
|
"webworkify-webpack": "^2.1.5"
|
|
},
|
|
"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",
|
|
"@types/node": "^13.1.1",
|
|
"babel-eslint": "^10.0.0",
|
|
"babelify": "^10.0.0",
|
|
"tape": "^4.6.0",
|
|
"typescript": "^3.7.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "./../../node_modules/.bin/tape ./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-solidity#readme",
|
|
"typings": "index.d.ts",
|
|
"gitHead": "ba6b2b226349d035146bd6deb120fef3d499ed16"
|
|
}
|