| 123456789101112131415161718192021 |
- {
- "name": "polymarket",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "type": "module",
- "scripts": {
- "dev": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9227 main.js"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@polymarket/clob-client": "^5.2.1",
- "axios": "^1.13.3",
- "dayjs": "^1.11.19",
- "ethers": "^5.8.0",
- "https-proxy-agent": "^7.0.6",
- "qs": "^6.14.1",
- "ws": "^8.19.0"
- }
- }
|