Files
elysium/packages/types/package.json
T
hikari 3ff17bda84 feat: add about page with versions, changelog, and how-to-play
- New GET /about API endpoint caches Gitea releases for 5 minutes
- AboutPanel displays client version (via Vite define), API version, collapsible changelog, and How to Play guide
- GiteaRelease and AboutResponse types added to shared package
2026-03-06 23:16:50 -08:00

19 lines
457 B
JSON

{
"name": "@elysium/types",
"version": "0.0.0",
"private": true,
"main": "./prod/src/index.js",
"types": "./prod/src/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint --max-warnings 0 src",
"test": "echo \"No tests for types package\""
},
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"eslint": "9.22.0",
"typescript": "5.8.2"
}
}