{ "name": "ppai", "version": "0.0.1", "description": "polymarket vs pinnacle", "main": "main.js", "type": "module", "scripts": { "dev": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9226 main.js", "dev:polymarket": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9227 polymarket/main.js", "dev:pinnacle": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9228 pinnacle/main.js", "dev:triangle": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9229 triangle/main.js" }, "author": "qboss", "license": "ISC", "dependencies": { "@google-cloud/translate": "^9.3.0", "cookie-parser": "^1.4.7", "dayjs": "^1.11.19", "dotenv": "^17.2.3", "express": "^5.2.1", "express-ws": "^5.0.2" } }