Update WebSocket server configuration and add new dependencies
* Added npm configuration for Techniker registry * Introduced preinstall and prelint scripts in package.json * Added new dependencies: @techniker-me/logger and @techniker-me/tools
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
save-exact=true
|
save-exact=true
|
||||||
package-lock=false
|
package-lock=false
|
||||||
|
@techniker-me:registry=https://registry-node.techniker.me
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"preinstall": "npm prune",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
|
"prelint": "npm install",
|
||||||
"lint": "eslint --max-warnings 0 .",
|
"lint": "eslint --max-warnings 0 .",
|
||||||
"prelint:fix": "npm run format",
|
"prelint:fix": "npm run format",
|
||||||
"lint:fix": "eslint --fix .",
|
"lint:fix": "eslint --fix .",
|
||||||
@@ -27,5 +29,9 @@
|
|||||||
"tsx": "4.20.6",
|
"tsx": "4.20.6",
|
||||||
"typescript": "5.9.2",
|
"typescript": "5.9.2",
|
||||||
"typescript-eslint": "8.44.1"
|
"typescript-eslint": "8.44.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@techniker-me/logger": "0.0.15",
|
||||||
|
"@techniker-me/tools": "2025.0.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user