{ "name": "@kerbal-rt/mock-telemetry", "version": "0.1.0", "private": true, "type": "module", "description": "Generates realistic KSP universe state and POSTs to the API for development", "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": "echo 'no tests yet'" }, "dependencies": { "@kerbal-rt/orbital-math": "workspace:*", "@kerbal-rt/shared-types": "workspace:*" }, "devDependencies": { "@types/node": "^22.5.0", "tsx": "^4.19.1", "typescript": "^5.6.2" } }