{ "name": "@kerbal-rt/ksp-bridge", "version": "0.1.0", "private": true, "type": "module", "description": "Bridge between a running KSP instance (via kRPC) and the kerbal-rt API", "main": "./src/index.ts", "scripts": { "start": "tsx src/index.ts", "dev": "tsx watch src/index.ts", "typecheck": "tsc --noEmit", "lint": "echo 'no linter yet'", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@kerbal-rt/krpc-client": "workspace:*", "@kerbal-rt/shared-types": "workspace:*" }, "devDependencies": { "@types/node": "^22.5.0", "tsx": "^4.19.1", "typescript": "^5.6.2", "vitest": "^2.1.1" } }