30 lines
572 B
JSON
30 lines
572 B
JSON
{
|
|
"name": "bot_laytho",
|
|
"version": "1.0.0",
|
|
"description": "bot_Laytho",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"start": "node app.js",
|
|
"dev": "nodemon -e js"
|
|
},
|
|
"author": {
|
|
"name": "Angels / Jojo"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.40.0",
|
|
"nodemon": "^2.0.22",
|
|
"prettier": "^2.8.8"
|
|
},
|
|
"eslintConfig": {},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"dotenv": "^16.0.3",
|
|
"envfile": "^6.18.0",
|
|
"express": "^4.18.2",
|
|
"mysql": "^2.18.1",
|
|
"tmi.js": "^1.8.5",
|
|
"websocket": "^1.0.34"
|
|
}
|
|
}
|