led-bot/package.json

18 lines
315 B
JSON
Raw Permalink Normal View History

2020-11-07 23:12:27 +00:00
{
"type": "module",
"dependencies": {
2021-12-29 02:40:12 +00:00
"eris": "^0.14.0",
"ws": "^8.4.0"
2020-11-07 23:12:27 +00:00
},
"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": ""
}