24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"name": "@syncer/server",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@syncer/engine": "0.0.0",
|
|
"@syncer/shared": "0.0.0",
|
|
"uWebSockets.js": "https://github.com/uNetworking/uWebSockets.js/archive/refs/tags/v20.67.0.tar.gz"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.4.0",
|
|
"tsx": "^4.23.12",
|
|
"typescript": "^7.0.2"
|
|
}
|
|
}
|