Files
LingChair/package.json
2025-11-01 04:19:17 +08:00

30 lines
618 B
JSON

{
"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"
}
}