led-bot/package.json

17 lines
295 B
JSON
Raw Normal View History

2020-11-07 23:12:27 +00:00
{
"type": "module",
"dependencies": {
2020-11-21 22:29:07 +00:00
"eris": "^0.14.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": ""
}