raspibot/package.json
2021-06-13 13:51:44 +02:00

21 lines
423 B
JSON

{
"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"
}
}