{ "name": "raspibot", "version": "1.0.0", "description": "ChatBot to get information about the Raspberry Pi 4", "main": "staticExpress.js", "scripts": { "start": "node staticExpress.js" }, "keywords": [ "bot" ], "author": "Andreas Greiner", "license": "ISC", "dependencies": { "express": "^4.17.1", "node-fetch": "^2.6.1", "querystring": "^0.2.1", "websocket": "^1.0.34" } }