generated from nhcarrigan/template
3ff17bda84
- 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
19 lines
457 B
JSON
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"
|
|
}
|
|
}
|