21 lines
473 B
JSON
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"
|
|
}
|
|
}
|