chore:docker yaml

This commit is contained in:
Tianpao
2025-11-01 03:27:28 +08:00
parent 02485de52c
commit dd39c3e63c
3 changed files with 35 additions and 2 deletions

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@ thewhitesilk_data/
deno.lock deno.lock
node_modules/ node_modules/
#npm
package-lock.json

View File

@@ -13,3 +13,4 @@ services:
volumes: volumes:
- ./thewhitesilk_config.json:/app/thewhitesilk_config.json - ./thewhitesilk_config.json:/app/thewhitesilk_config.json
- ./thewhitesilk_data:/app/thewhitesilk_data - ./thewhitesilk_data:/app/thewhitesilk_data
network_mode: bridge

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "lingchair",
"version": "1.0.0",
"description": "铃之椅",
"repository": {
"type": "git",
"url": "https://codeberg.org/CrescentLeaf/LingChair.git"
},
"license": "ISC",
"author": "CrescentLeaf",
"type": "module",
"main": "index.js",
"scripts": {
"test":""
"build-server": "tsc ."
},
"devDependencies": {
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.5",
"typescript": "^5.9.3"
},
"dependencies": {
"chalk": "^5.6.2",
"cookie-parser": "^1.4.7",
"express": "^5.1.0",
"file-type": "^21.0.0",
"socket.io": "^4.8.1"
}
}