{ "name": "ppai_games_list", "version": "1.0.0", "description": "polymarket and pinnacle games list fetch", "main": "main.js", "type": "module", "scripts": { "dev": "nodemon --ignore data/ --ignore node_modules/ --inspect=9230 main.js", "start": "pm2 start main.js --name ppai_games_list" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.13.2", "cookie-parser": "^1.4.7", "dayjs": "^1.11.19", "dotenv": "^17.2.3", "express": "^5.2.1", "https-proxy-agent": "^7.0.6" } }