{
  "name": "@alenon/grpc-mock-server",
  "version": "3.2.9",
  "description": "gRPC mock server written on typescript",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "rm -rf ./dist && tsc --build tsconfig.json",
    "test": "jest",
    "lint": "eslint . --ext .ts --fix",
    "prettier": "prettier --config .prettierrc 'src/**/*.ts' 'example/**/*.ts' 'tests/**/*.ts' --write",
    "example": "npm run build && npx ts-node ./example/example.ts",
    "multi-proto-example": "npm run build && npx ts-node ./example/multi-proto-example.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alenon/grpc-mock-server.git"
  },
  "keywords": [
    "grpc",
    "mock",
    "server",
    "typescript"
  ],
  "author": "Yevdo Abramov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alenon/grpc-mock-server/issues"
  },
  "homepage": "https://github.com/alenon/grpc-mock-server#readme",
  "dependencies": {
    "@grpc/grpc-js": "1.14.3",
    "@types/debug": "^4.1.8",
    "@types/google-protobuf": "^3.15.12",
    "@types/node": "^25.0.9",
    "debug": "^4.4.1",
    "google-protobuf": "^4.0.0",
    "protobufjs": "^8.0.0"
  },
  "devDependencies": {
    "@grpc/proto-loader": "^0.8.0",
    "@types/jest": "^30.0.0",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.17.0",
    "eslint": "^10.2.0",
    "jest": "^30.0.3",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "tsconfig": "^7.0.0",
    "typescript": "^5.2.2"
  }
}
