{ "name": "@kerbal-rt/orbital-math", "version": "0.1.0", "private": true, "description": "Pure functions for keplerian orbit propagation, occultation, transfer windows", "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": { "@kerbal-rt/shared-types": "workspace:*" }, "devDependencies": { "typescript": "^5.6.2", "vitest": "^2.1.1" } }