Files
TurboTrades/package.json
iDefineHD b1b29d53f6
All checks were successful
Build Frontend / Build Frontend (push) Successful in 12s
Add missing Steam bot dependencies
2026-01-11 00:55:50 +00:00

52 lines
1.2 KiB
JSON

{
"name": "turbotrades",
"version": "1.0.0",
"description": "Steam/CS2/Rust marketplace backend",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"seed": "node seed.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"steam",
"marketplace",
"cs2",
"rust"
],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^9.1.0",
"@fastify/session": "^10.9.0",
"@fastify/static": "^7.0.1",
"@fastify/websocket": "^10.0.1",
"dotenv": "^16.4.5",
"fastify": "^4.26.2",
"https-proxy-agent": "^7.0.6",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.3.2",
"nodemailer": "^7.0.12",
"passport": "^0.7.0",
"passport-steam": "^1.0.18",
"qrcode": "^1.5.4",
"socks-proxy-agent": "^8.0.5",
"speakeasy": "^2.0.0",
"steam-totp": "^2.1.2",
"steam-tradeoffer-manager": "^2.12.2",
"steam-user": "^5.3.0",
"steamcommunity": "^3.49.0",
"uuid": "^13.0.0",
"ws": "^8.17.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"pino-pretty": "^11.0.0"
}
}