26 lines
591 B
JSON
26 lines
591 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|