Files
pikasTech-apistate-development/package.json
T
root f539710b86 chore: 初始化 ApiState 服务
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-16 09:01:06 +02:00

21 lines
473 B
JSON

{
"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"
}
}