Files
star-kitten/package.json
2026-01-01 22:07:16 -05:00

25 lines
945 B
JSON

{
"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"
},
"devDependencies": {
"@projectdysnomia/dysnomia": "github:projectdysnomia/dysnomia#dev",
"typescript": "5.9.3"
}
}