{ "name": "@remix-project/remix-tests", "version": "0.1.37", "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": "^0.4.33", "@remix-project/remix-simulator": "^0.1.9-beta.10", "@remix-project/remix-solidity": "^0.3.34", "ansi-gray": "^0.1.1", "async": "^2.6.0", "axios": "^0.20.0", "change-case": "^3.0.1", "color-support": "^1.1.3", "colors": "^1.1.2", "commander": "^2.13.0", "ethereumjs-block": "^2.2.2", "ethereumjs-tx": "^2.1.2", "ethereumjs-vm": "4.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": "74b85ce5b385c7a5f24f8df5681638b7c2019b48" }