{ "name": "groundcontrol", "version": "3.1.3", "description": "GroundControl push server API", "devDependencies": { "@types/node": "^22.12.0", "openapi-typescript": "^5.4.1", "prettier": "2.0.5", "vitest": "^3.2.6" }, "dependencies": { "body-parser": "^1.20.5", "cors": "^2.8.5", "dotenv": "^16.0.2", "express": "^4.22.2", "express-rate-limit": "^6.6.0", "google-auth-library": "^9.15.0", "helmet": "^5.1.0", "jayson": "^3.6.6", "jsonwebtoken": "^9.0.0", "mysql2": "^3.9.8", "node-fetch": "^3.3.2", "reflect-metadata": "^0.2.2", "ts-node": "^10.9.2", "typeorm": "^1.0.0", "typescript": "4.8.3" }, "scripts": { "lint": "npx prettier --write . && npx tsc", "start": "ts-node src/index.ts", "worker-blockprocessor": "ts-node src/worker-blockprocessor.ts", "worker-processmempool": "ts-node src/worker-processmempool.ts", "worker-sender": "ts-node src/worker-sender.ts", "openapi": "npx openapi-typescript openapi.yaml --additional-properties true --export-type true --output src/openapi/api.ts", "test": "vitest", "test:run": "vitest run" } }