{
  "name": "@cspell/rpc",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "version": "10.1.1",
  "description": "Type Safe RPC library.",
  "keywords": [
    "cspell",
    "RPC",
    "TypeScript"
  ],
  "author": "Jason Dent <jason@streetsidesoftware.nl>",
  "homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/rpc#readme",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js"
  },
  "directories": {
    "dist": "dist"
  },
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "!**/*.tsbuildInfo",
    "!**/__mocks__",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.map"
  ],
  "scripts": {
    "build": "tsdown && tsc -p .",
    "watch": "tsdown --watch",
    "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",
    "clean-build": "pnpm run clean && pnpm run build",
    "coverage": "vitest run --coverage --pool=forks",
    "test": "vitest run --pool=forks"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/streetsidesoftware/cspell.git",
    "directory": "packages/rpc"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "gitHead": "bc3bc22aa1aa1b3073768f2ac9cf0d9a06f65177"
}
