30 lines
715 B
JSON
30 lines
715 B
JSON
{
|
|
"name": "fluxer_app_proxy",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch --clear-screen=false src/index.tsx",
|
|
"start": "tsx src/index.tsx",
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fluxer/app_proxy": "workspace:*",
|
|
"@fluxer/cache": "workspace:*",
|
|
"@fluxer/config": "workspace:*",
|
|
"@fluxer/hono": "workspace:*",
|
|
"@fluxer/initialization": "workspace:*",
|
|
"@fluxer/kv_client": "workspace:*",
|
|
"@fluxer/logger": "workspace:*",
|
|
"@fluxer/rate_limit": "workspace:*",
|
|
"tsx": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@typescript/native-preview": "catalog:"
|
|
},
|
|
"packageManager": "pnpm@10.29.3",
|
|
"_moduleAliases": {
|
|
"": "src"
|
|
}
|
|
}
|