{ "name": "@remix-project/remix-tests", "version": "0.2.8", "description": "Tool to test Solidity smart contracts", "main": "src/index.js", "types": "./src/index.d.ts", "contributors": [ { "name": "Iuri Matias", "email": "iuri@ethereum.org" }, { "name": "Yann Levreau", "email": "yann@ethdev.com" } ], "bin": { "remix-tests": "./bin/remix-tests" }, "scripts": { "build": "tsc", "test": "node --expose-gc ./../../node_modules/.bin/jest --runInBand --logHeapUsage " }, "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-tests#readme", "dependencies": { "@ethereumjs/block": "^3.5.1", "@ethereumjs/common": "^2.5.0", "@ethereumjs/tx": "^3.3.2", "@ethereumjs/vm": "^5.5.3", "@remix-project/remix-lib": "^0.5.8", "@remix-project/remix-simulator": "^0.2.8", "@remix-project/remix-solidity": "^0.4.8", "ansi-gray": "^0.1.1", "async": "^2.6.0", "axios": ">=0.21.1", "change-case": "^3.0.1", "color-support": "^1.1.3", "colors": "^1.1.2", "commander": "^2.13.0", "ethereumjs-util": "^7.0.10", "ethers": "^5.4.2", "express-ws": "^4.0.0", "merge": "^1.2.0", "signale": "^1.4.0", "string-similarity": "^4.0.4", "time-stamp": "^2.2.0", "tslib": "^2.3.0", "web3": "^1.5.1", "winston": "^3.0.0" }, "peerDependencies": { "yo-yoify": "^4.3.0" }, "devDependencies": { "@babel/preset-env": "^7.4.5", "@types/async": "^2.4.0", "@types/color-support": "^1.1.0", "@types/colors": "^1.2.1", "@types/commander": "^2.12.2", "@types/mocha": "^5.2.5", "@types/node": "^10.12.21", "@types/web3": "^1.0.18", "mocha": "^5.1.0", "ts-node": "^8.0.2", "typescript": "^3.3.1" }, "typings": "src/index.d.ts", "gitHead": "13f961dadacea374de4d79a70b1aa4acf243b18b" }