remix-project mirror
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.
 
 
 
 
 
remix-project/libs/remix-tests/package.json

82 lines
2.2 KiB

{
"name": "@remix-project/remix-tests",
"version": "0.2.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_modules/.bin/mocha -r tsconfig-paths/register -r ts-node/register 'tests/**/*.spec.ts'"
},
"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": {
"@erebos/bzz-node": "^0.13.0",
"@ethereumjs/block": "^4.2.0",
"@ethereumjs/common": "^3.1.1",
"@ethereumjs/tx": "^4.1.1",
"@ethereumjs/util": "^8.0.5",
"@ethereumjs/vm": "^6.4.1",
"@remix-project/remix-lib": "^0.5.45",
"@remix-project/remix-simulator": "^0.2.38",
"@remix-project/remix-solidity": "^0.5.24",
"@remix-project/remix-url-resolver": "^0.0.42",
"ansi-gray": "^0.1.1",
"async": "^2.6.0",
"axios": "1.6.0",
"change-case": "^3.0.1",
"color-support": "^1.1.3",
"colors": "1.4.0",
"commander": "^9.4.1",
"deep-equal": "^1.0.1",
"ethers": "^5.4.2",
"ethjs-util": "^0.1.6",
"express-ws": "^4.0.0",
"merge": "^1.2.0",
"signale": "^1.4.0",
"solc": "^0.7.4",
"string-similarity": "^4.0.4",
"time-stamp": "^2.2.0",
"tslib": "^2.3.0",
"web3": "^4.1.1",
"winston": "^3.0.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": "^18.16.1",
"mocha": "^5.1.0",
"ts-node": "^8.0.2",
"typescript": "^3.3.1"
},
"typings": "src/index.d.ts",
"gitHead": "2c7dc1096de47ad3a80cd983b29bac6ac17b30f3"
}