{
  "name": "@open-rpc/test-coverage",
  "version": "2.2.5",
  "description": "Test your OpenRPC Document against an API.",
  "scripts": {
    "lint": "eslint",
    "test": "jest --coverage && npm run lint",
    "build": "tsc"
  },
  "bin": {
    "open-rpc-test-coverage": "./bin/cli.js"
  },
  "files": [
    "bin",
    "build"
  ],
  "main": "build/index.js",
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "@open-rpc/html-reporter-react": "^0.0.4",
    "@open-rpc/schema-utils-js": "^1.16.2",
    "@open-rpc/meta-schema": "^1.14.6",
    "@types/isomorphic-fetch": "0.0.35",
    "@types/lodash": "^4.14.162",
    "ajv": "^7.0.0",
    "colors": "^1.3.3",
    "commander": "^8.0.0",
    "isomorphic-fetch": "^3.0.0",
    "json-schema-faker": "^0.5.0-rcv.29",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.4",
    "typescript-eslint": "^7.6.0"
  }
}
