bfcache: server - Update base
* Add build dependencies * Added linting tools * Added formatting tools
This commit is contained in:
3
Web/bfcache/server/.npmrc
Normal file
3
Web/bfcache/server/.npmrc
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
save-exact=true
|
||||||
|
package-lock=false
|
||||||
|
@techniker-me:registry=https://registry-node.techniker.me
|
||||||
@@ -3,20 +3,22 @@
|
|||||||
"workspaces": {
|
"workspaces": {
|
||||||
"": {
|
"": {
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
"@eslint/css": "^0.11.0",
|
"@techniker-me/logger": "0.0.15",
|
||||||
"@eslint/js": "^9.35.0",
|
"@techniker-me/tools": "2025.0.16",
|
||||||
"@eslint/json": "^0.13.2",
|
|
||||||
"@eslint/markdown": "^7.2.0",
|
|
||||||
"@types/bun": "latest",
|
|
||||||
"eslint": "^9.35.0",
|
|
||||||
"globals": "^16.4.0",
|
|
||||||
"jiti": "^2.5.1",
|
|
||||||
"prettier": "^3.6.2",
|
|
||||||
"typescript-eslint": "^8.44.0",
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"devDependencies": {
|
||||||
|
"@eslint/css": "0.11.0",
|
||||||
|
"@eslint/js": "9.35.0",
|
||||||
|
"@eslint/json": "0.13.2",
|
||||||
|
"@eslint/markdown": "7.2.0",
|
||||||
|
"@types/bun": "latest",
|
||||||
|
"eslint": "9.35.0",
|
||||||
|
"globals": "16.4.0",
|
||||||
|
"jiti": "2.5.1",
|
||||||
|
"prettier": "3.6.2",
|
||||||
"typescript": "5.9.2",
|
"typescript": "5.9.2",
|
||||||
|
"typescript-eslint": "8.44.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -63,6 +65,10 @@
|
|||||||
|
|
||||||
"@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="],
|
"@nodelib/fs.walk": ["@nodelib/fs.walk@1.2.8", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="],
|
||||||
|
|
||||||
|
"@techniker-me/logger": ["@techniker-me/logger@0.0.15", "https://registry-node.techniker.me/@techniker-me/logger/-/logger-0.0.15.tgz", { "dependencies": { "@techniker-me/tools": "2025.0.16" } }, "sha512-+6aB39lWTO2RDQLse2nZqfTXa7Kp78K7Xy7zobwBQlg01jR4zKmQAMkjQ4iduvnQYEU+1F2k6FDMco2E0mWZ4w=="],
|
||||||
|
|
||||||
|
"@techniker-me/tools": ["@techniker-me/tools@2025.0.16", "https://registry-node.techniker.me/@techniker-me/tools/-/tools-2025.0.16.tgz", {}, "sha512-Ul2yj1vd4lCO8g7IW2pHkAsdeRVEUMqGpiIvSedCc1joVXEWPbh4GESW83kMHtisjFjjlZIzb3EVlCE0BCiBWQ=="],
|
||||||
|
|
||||||
"@types/bun": ["@types/bun@1.2.22", "", { "dependencies": { "bun-types": "1.2.22" } }, "sha512-5A/KrKos2ZcN0c6ljRSOa1fYIyCKhZfIVYeuyb4snnvomnpFqC0tTsEkdqNxbAgExV384OETQ//WAjl3XbYqQA=="],
|
"@types/bun": ["@types/bun@1.2.22", "", { "dependencies": { "bun-types": "1.2.22" } }, "sha512-5A/KrKos2ZcN0c6ljRSOa1fYIyCKhZfIVYeuyb4snnvomnpFqC0tTsEkdqNxbAgExV384OETQ//WAjl3XbYqQA=="],
|
||||||
|
|
||||||
"@types/debug": ["@types/debug@4.1.12", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="],
|
"@types/debug": ["@types/debug@4.1.12", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="],
|
||||||
|
|||||||
2
Web/bfcache/server/bunfig.toml
Normal file
2
Web/bfcache/server/bunfig.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[install.scopes]
|
||||||
|
"@techniker-me" = "https://registry-node.techniker.me"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@technier-me/websocket-relay-server",
|
"name": "@technier-me/websocket-relay-server",
|
||||||
"module": "index.ts",
|
"module": "src/index.ts",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
@@ -20,9 +20,11 @@
|
|||||||
"globals": "16.4.0",
|
"globals": "16.4.0",
|
||||||
"jiti": "2.5.1",
|
"jiti": "2.5.1",
|
||||||
"prettier": "3.6.2",
|
"prettier": "3.6.2",
|
||||||
|
"typescript": "5.9.2",
|
||||||
"typescript-eslint": "8.44.0"
|
"typescript-eslint": "8.44.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"dependencies": {
|
||||||
"typescript": "5.9.2"
|
"@techniker-me/logger": "0.0.15",
|
||||||
|
"@techniker-me/tools": "2025.0.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
Web/bfcache/server/src/index.ts
Normal file
1
Web/bfcache/server/src/index.ts
Normal file
@@ -0,0 +1 @@
|
|||||||
|
console.log('hello claris');
|
||||||
Reference in New Issue
Block a user