{ "name": "star-kitten", "version": "0.0.0", "description": "Star Kitten framework", "workspaces": [ "packages/*" ], "scripts": { "build": "bun --filter '*' build", "dev": "bun --filter '*' dev", "test": "bun --filter '*' test", "get-data": "bun refresh:reference-data && bun refresh:hoboleaks && bun static-export", "refresh:reference-data": "bun run ./packages/util/dist/downloadAndExtract.js https://data.everef.net/reference-data/reference-data-latest.tar.xz ./data/reference-data", "refresh:hoboleaks": "bun run ./packages/util/dist/downloadAndExtract.js https://data.everef.net/hoboleaks-sde/hoboleaks-sde-latest.tar.xz ./data/hoboleaks", "static-export": "bun run ./packages/eve/scripts/exportSolarSystems.ts" }, "dependencies": { "node-cache": "^5.1.2" } }