{ "name": "@remix-project/ghaction-helper", "version": "0.1.6", "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.10", "@types/chai": "^4.3.4", "typescript": "^4.9.3" }, "dependencies": { "@ethereum-waffle/chai": "^3.4.4", "@remix-project/remix-simulator": "^0.2.24", "chai": "^4.3.7", "ethers": "^5.7.2" }, "types": "./src/index.d.ts", "gitHead": "c1415e0c3751af8bf53292d67fedf68e15bf3b23" }