chore:docker yaml
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,3 +5,6 @@ thewhitesilk_data/
|
|||||||
|
|
||||||
deno.lock
|
deno.lock
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
#npm
|
||||||
|
package-lock.json
|
||||||
@@ -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
29
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user