updates
This commit is contained in:
29
server/package.json
Normal file
29
server/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "chatroom",
|
||||
"version": "0.0.0",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"format": "prettier --write ./",
|
||||
"prelint": "bun run format",
|
||||
"lint": "eslint --max-warnings 0 ./",
|
||||
"lint:fix": "eslint --fix ./",
|
||||
"dev": "bun run --watch src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "9.34.0",
|
||||
"@types/bun": "latest",
|
||||
"@types/node": "24.3.0",
|
||||
"eslint": "9.34.0",
|
||||
"globals": "16.3.0",
|
||||
"jiti": "2.5.1",
|
||||
"prettier": "3.6.2",
|
||||
"typescript": "5.9.2",
|
||||
"typescript-eslint": "8.40.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@techniker-me/logger": "0.0.15",
|
||||
"@techniker-me/tools": "2025.0.16"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user