poe2-bot/package.json
2026-02-11 15:17:44 -05:00

35 lines
1.3 KiB
JSON

{
"name": "poe2trade",
"version": "1.0.0",
"description": "POE2 trade bot - automated item purchasing via trade site monitoring",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "dotnet build tools/OcrDaemon -c Release && tsx src/index.ts",
"build": "tsc",
"build:daemon": "dotnet build tools/OcrDaemon -c Release",
"start": "node dist/index.js",
"stop:daemon": "taskkill /IM OcrDaemon.exe /F 2>nul || exit /b 0",
"test:ocr": "taskkill /IM OcrDaemon.exe /F 2>nul & dotnet build tools/OcrDaemon -c Release && echo {\"cmd\":\"test\"} | tools\\OcrDaemon\\bin\\Release\\net8.0-windows10.0.19041.0\\OcrDaemon.exe",
"tune:ocr": "taskkill /IM OcrDaemon.exe /F 2>nul & dotnet build tools/OcrDaemon -c Release && echo {\"cmd\":\"tune\"} | tools\\OcrDaemon\\bin\\Release\\net8.0-windows10.0.19041.0\\OcrDaemon.exe"
},
"dependencies": {
"chokidar": "^4.0.3",
"clipboard-sys": "^1.2.0",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"express": "^5.2.1",
"koffi": "^2.9.2",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"playwright": "^1.50.1",
"ws": "^8.19.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^22.13.1",
"@types/ws": "^8.18.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}