package.json 537 B

12345678910111213141516171819202122
  1. {
  2. "name": "polymarket",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "type": "module",
  7. "scripts": {
  8. "dev": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9227 main.js",
  9. "start": "pm2 start main.js --name ppai-polymarket"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "@polymarket/clob-client": "^5.2.1",
  15. "axios": "^1.13.3",
  16. "dayjs": "^1.11.19",
  17. "ethers": "^5.8.0",
  18. "https-proxy-agent": "^7.0.6",
  19. "qs": "^6.14.1",
  20. "ws": "^8.19.0"
  21. }
  22. }