chore: 初始化 ApiState 服务

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
root
2026-07-16 09:01:06 +02:00
commit f539710b86
25 changed files with 2383 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "sub2rank",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"cli": "bun scripts/sub2rank-cli.ts --config config/sub2rank.yaml",
"server": "bun src/server.ts --config config/sub2rank.yaml --runtime k8s",
"check": "bunx tsc --noEmit"
},
"dependencies": {
"luxon": "^3.7.2",
"yaml": "^2.8.1"
},
"devDependencies": {
"@types/bun": "^1.2.21",
"@types/luxon": "^3.7.1",
"typescript": "^5.9.2"
}
}