{
  "name": "@spider-mesh/core",
  "type": "module",
  "version": "2.0.153",
  "description": "Lightweight microservice framework for typescript, auto discovery, load-balancing, fault-torrent, multiple transporters",
  "main": "./build/src/index.js",
  "types": "./build/src/index.d.ts",
  "repository": {
    "url": "https://github.com/spider-mesh/core"
  },
  "files": [
    "build/**/*",
    "tsconfig.json",
    "yarn.lock"
  ],
  "devDependencies": {
    "@types/node": "^25.6.0",
    "@types/reflect-metadata": "^0.1.0",
    "@types/uuid": "^10.0.0",
    "typescript": "^6.0.3"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./build/src/index.d.ts",
        "default": "./build/src/index.js"
      }
    }
  },
  "scripts": {
    "build": "rm -rf build && tsc -v && tsc -b tsconfig.json",
    "test:e2e": "bun test tests/*.test.ts"
  },
  "author": "Duong Van Ba",
  "license": "ISC",
  "dependencies": {
    "@types/bun": "^1.3.13",
    "buffer": "^6.0.3",
    "react-native-uuid": "^2.0.2",
    "rxjs": "^7.8.2",
    "uuid": "^10.0.0"
  },
  "browser": {
    "crypto": false
  }
}
