{ "name": "cli-tests", "version": "1.0.0", "title": "resolc CLI Tests", "description": "Auto tests for verifying resolc CLI", "repository": "https://github.com/paritytech/revive", "main": "index.js", "private": true, "scripts": { "test": "npx jest --verbose --testPathPattern=" }, "keywords": [], "author": "Matter Labs", "contributors": [ "cyrill@parity.io" ], "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", "@types/shelljs": "^0.8.15", "jest": "^29.7.0", "shelljs": "^0.8.5", "ts-jest": "^29.2.5", "typescript": "^5.7.3" } }