{
  "name": "rpc-nats-alvamind",
  "version": "1.0.28",
  "description": "A flexible RPC library using NATS",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "rpc-nats": "./dist/generate-services.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alvamind/rpc-nats-alvamind.git"
  },
  "scripts": {
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint \"src/**/*.ts\" --fix",
    "generate-services": "ts-node scripts/generate-services.ts",
    "generate-services:watch": "ts-node scripts/generate-services.ts --watch",
    "dev": "bun tsc --watch",
    "compose": "docker compose up -d",
    "commit": "commit",
    "reinstall": "bun clean && bun install",
    "build": "tsc -p tsconfig.build.json && chmod +x dist/generate-services.js",
    "source": "generate-source --exclude=**/dist/**,.gitignore,bun.lockb,*md,*.test.ts --output=source.md",
    "clean": "clean",
    "build:tgz": "bun run build && bun pm pack",
    "test": "bun test test/*.test.ts",
    "split-code": "split-code source=combined.ts markers=src/,lib/ outputDir=./output",
    "publish-npm": "publish-npm patch"
  },
  "keywords": [
    "rpc",
    "nats",
    "typescript",
    "microservices"
  ],
  "author": "alvamind",
  "license": "MIT",
  "dependencies": {
    "@types/lodash": "^4.17.14",
    "@types/picomatch": "^3.0.1",
    "alvamind-tools": "^1.0.23",
    "chalk": "^5.4.1",
    "chokidar": "^4.0.3",
    "glob": "^11.0.1",
    "lodash": "^4.17.21",
    "logger-alvamind": "^1.0.4",
    "nats": "^2.29.1",
    "picomatch": "^4.0.2",
    "retry-util-alvamind": "^1.0.1",
    "ts-morph": "^25.0.0",
    "typescript": "^5.7.3",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/bun": "^1.1.16",
    "@types/yargs": "^17.0.33",
    "bun-types": "^1.1.43",
    "rimraf": "^6.0.1"
  },
  "files": [
    "dist/**/*",
    "welcome.js"
  ],
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
