package.json 480 B

123456789101112131415161718192021
  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. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@polymarket/clob-client": "^5.2.1",
  14. "axios": "^1.13.3",
  15. "dayjs": "^1.11.19",
  16. "ethers": "^5.8.0",
  17. "https-proxy-agent": "^7.0.6",
  18. "qs": "^6.14.1",
  19. "ws": "^8.19.0"
  20. }
  21. }