package.json 417 B

12345678910111213141516171819
  1. {
  2. "name": "pinnacle",
  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=9228 main.js"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "axios": "^1.13.3",
  14. "dayjs": "^1.11.19",
  15. "dotenv": "^17.2.3",
  16. "https-proxy-agent": "^7.0.6",
  17. "ws": "^8.19.0"
  18. }
  19. }