You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 495B

123456789101112131415161718192021222324
  1. {
  2. "name": "websocket_example",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "ws-client.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "tunnel": "ngrok http 8000"
  9. },
  10. "keywords": [],
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "dialogflow": "^0.10.0",
  15. "express": "^4.17.1",
  16. "ngrok": "^3.1.1",
  17. "path": "^0.12.7",
  18. "websocket": "^1.0.28",
  19. "ws": "^7.0.0"
  20. },
  21. "devDependencies": {
  22. "standard": "^12.0.1"
  23. }
  24. }