diff --git a/package.json b/package.json deleted file mode 100644 index d689892..0000000 --- a/package.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "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" - } -}