bfcache: server - Update base
* Add build dependencies * Added linting tools * Added formatting tools
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@technier-me/websocket-relay-server",
|
||||
"module": "index.ts",
|
||||
"module": "src/index.ts",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
@@ -20,9 +20,11 @@
|
||||
"globals": "16.4.0",
|
||||
"jiti": "2.5.1",
|
||||
"prettier": "3.6.2",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.44.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "5.9.2"
|
||||
"dependencies": {
|
||||
"@techniker-me/logger": "0.0.15",
|
||||
"@techniker-me/tools": "2025.0.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user