{ "name": "@remix-project/remix-solidity", "version": "0.3.35", "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.34", "eslint-scope": "^5.0.0", "@ethereumjs/vm": "^5.3.2", "@ethereumjs/block": "^3.2.1", "@ethereumjs/tx": "^3.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": "a0db8476e581f72690f735891fdf1282a97ec100" }