🎉 init: 小龙的工作空间

This commit is contained in:
大海
2026-06-06 10:40:48 +08:00
commit a188ee1426
3201 changed files with 231817 additions and 0 deletions
@@ -0,0 +1,25 @@
{
"name": "@network-tool/control-server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
"build": "tsc",
"db:init": "tsx src/db/init.ts"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/websocket": "^10.0.1",
"@network-tool/shared-types": "*",
"@network-tool/shared-crypto": "*",
"fastify": "^4.26.0",
"pino-pretty": "^11.0.0",
"sql.js": "^1.10.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"tsx": "^4.7.0",
"typescript": "^5.4.0"
}
}