34 lines
749 B
JSON
34 lines
749 B
JSON
{
|
|
"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": {
|
|
"adm-zip": "^0.5.16",
|
|
"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",
|
|
"redis": "^4.7.0",
|
|
"simple-git": "^3.31.1",
|
|
"socket.io": "^4.8.3",
|
|
"sqlite3": "^5.1.7",
|
|
"ws": "^8.19.0"
|
|
}
|
|
}
|