feat: initial commit for TheFarmer project

This commit is contained in:
Karriis
2026-02-18 13:52:06 +08:00
commit 8ceb5fa9db
420 changed files with 61918 additions and 0 deletions

30
211/server/package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "farm",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.13.5",
"body-parser": "^2.2.2",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^4.18.2",
"express-session": "^1.19.0",
"jsonwebtoken": "^9.0.3",
"long": "^5.3.2",
"mysql2": "^3.17.1",
"node-fetch": "^3.3.2",
"passport": "^0.7.0",
"passport-oauth2": "^1.8.0",
"protobufjs": "^8.0.0",
"socket.io": "^4.8.3",
"sqlite3": "^5.1.7",
"ws": "^8.19.0"
}
}