UNPKG

echidna-coverage-parser

Version:

Echidna log parser package

36 lines (35 loc) 733 B
{ "name": "echidna-coverage-parser", "version": "1.0.1", "description": "Echidna log parser package", "author": "0xsi <simon.busch@live.fr>", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts", "files": [ "lib/cjs", "lib/esm" ], "exports": { "require": "./lib/cjs/index.js", "import": "./lib/esm/index.js" }, "scripts": { "test": "jest", "build": "tsc && tsc -p tsconfig.cjs.json", "prepare": "npm run build" }, "keywords": [ "echidna", "coverage", "solidity" ], "license": "MIT", "devDependencies": { "@types/node": "^22.10.1", "typescript": "^5.7.2" }, "dependencies": { "ts-node": "^10.9.2" } }