{ "name": "@0x/sol-coverage", "version": "1.0.1", "engines": { "node": ">=6.12" }, "description": "Generate coverage reports for Solidity code", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "scripts": { "build": "tsc -b", "build:ci": "yarn build", "lint": "tslint --format stylish --project .", "clean": "shx rm -rf lib src/artifacts generated_docs", "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES" }, "config": { "postpublish": { "assets": [] } }, "repository": { "type": "git", "url": "https://github.com/0xProject/0x-monorepo.git" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/0xProject/0x-monorepo/issues" }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md", "dependencies": { "@0x/sol-tracing-utils": "^3.0.0", "@0x/subproviders": "^2.1.10", "@0x/typescript-typings": "^3.0.7", "ethereum-types": "^1.1.5", "lodash": "^4.17.5" }, "devDependencies": { "@0x/tslint-config": "^2.0.1", "@types/node": "*", "npm-run-all": "^4.1.2", "nyc": "^11.0.1", "shx": "^0.2.2", "sinon": "^4.0.0", "tslint": "5.11.0", "typedoc": "0.13.0", "typescript": "3.0.1" }, "publishConfig": { "access": "public" } }