{ "name": "@remix-project/remix-tests", "version": "0.1.38", "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": { "@remix-project/remix-lib": "../remix-lib", "@remix-project/remix-simulator": "../remix-simulator", "@remix-project/remix-solidity": "../remix-solidity", "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/vm": "^5.3.2", "@ethereumjs/block": "^3.2.1", "@ethereumjs/tx": "^3.1.3", "express-ws": "^4.0.0", "merge": "^1.2.0", "signale": "^1.4.0", "time-stamp": "^2.2.0", "web3": "^1.2.4", "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": "a0db8476e581f72690f735891fdf1282a97ec100" }