led-bot/package.json

18 lines
315 B
JSON

{
"type": "module",
"dependencies": {
"eris": "^0.14.0",
"ws": "^8.4.0"
},
"name": "lights",
"version": "1.0.0",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"author": "",
"license": "ISC",
"description": ""
}