{ "name": "@kerbal-rt/krpc-client", "version": "0.1.0", "private": true, "description": "TypeScript client for the kRPC protobuf protocol (KSP telemetry bridge)", "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "typecheck": "tsc --noEmit", "lint": "echo 'no linter yet'", "test": "vitest run", "test:watch": "vitest", "build": "tsc" }, "dependencies": { "protobufjs": "^7.4.0" }, "devDependencies": { "@types/node": "^22.5.0", "typescript": "^5.6.2", "vitest": "^2.1.1" } }