{ "name": "pinnacle", "version": "1.0.0", "description": "", "main": "main.js", "type": "module", "scripts": { "dev": "nodemon --ignore data/ --ignore cache/ --ignore node_modules/ --inspect=9228 main.js" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.13.3", "dayjs": "^1.11.19", "dotenv": "^17.2.3", "https-proxy-agent": "^7.0.6", "ws": "^8.19.0" } }