{ "name": "@remix-project/ghaction-helper", "version": "0.1.18", "description": "Solidity Tests GitHub Action Helper", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/remix-project.git" }, "keywords": [], "author": "@ioedeveloper", "license": "ISC", "bugs": { "url": "https://github.com/ethereum/remix-project/issues" }, "homepage": "https://github.com/ethereum/remix-project#readme", "devDependencies": { "@remix-project/remix-solidity": "^0.5.24", "@types/chai": "^4.3.4", "typescript": "^4.9.3" }, "dependencies": { "@ethereum-waffle/chai": "^3.4.4", "@remix-project/remix-simulator": "^0.2.38", "chai": "^4.3.7", "ethers": "^5.7.2", "web3": "^4.1.1" }, "types": "./src/index.d.ts", "gitHead": "2c7dc1096de47ad3a80cd983b29bac6ac17b30f3" }