{
  "name": "@dapplets/openrpc-nestjs-json-rpc",
  "version": "0.0.8",
  "description": "OpenRPC JSON-RPC module for NestJS framework",
  "repository": "https://github.com/dapplets/openrpc-nestjs-json-rpc",
  "authors": [
    "hfour",
    "shanejonas"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepublish": "tsc -p tsconfig.json",
    "prettier:check": "prettier --no-color --check  \"src/**/*.ts\" \"test/**/*.ts\"",
    "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
    "test": "yarn prettier:check && jest",
    "test:watch": "jest --watch",
    "test:cov": "jest --coverage"
  },
  "dependencies": {
    "@golevelup/nestjs-discovery": "^4.0.1",
    "axios": "^0.21.4",
    "cheerio": "^1.0.0",
    "express": "^4.21.0",
    "reflect-metadata": "^0.2.0",
    "zod": "^3.23.8",
    "zod-to-json-schema": "^3.23.3"
  },
  "devDependencies": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0",
    "@nestjs/microservices": "^10.0.0",
    "@nestjs/platform-express": "^10.0.0",
    "@nestjs/testing": "^10.0.0",
    "@types/express": "^4.17.21",
    "@types/jest": "^25.2.3",
    "@types/node": "^14.18.10",
    "@types/supertest": "^2.0.16",
    "github-download": "^0.5.0",
    "jest": "^25.5.4",
    "prettier": "^1.19.1",
    "rxjs": "^7.1.0",
    "supertest": "^6.3.4",
    "ts-jest": "25.2.1",
    "ts-node": "8.6.2",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0",
    "@nestjs/platform-express": "^10.0.0",
    "reflect-metadata": "^0.2.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "testRegex": ".spec.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  }
}
