Files
mcr-bot/package.json
2023-06-25 15:34:52 +02:00

24 lines
591 B
JSON

{
"name": "mcr-bot",
"version": "1.0.0",
"description": "This repo contains the script to manage multiple mcr bot on a single VM/Container.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://git.justw.tf/Lightemerald/mcr-bot.git"
},
"author": "Lightemerald",
"dependencies": {
"child_process": "^1.0.2",
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"node-fetch": "^3.3.1",
"pino": "^8.14.1",
"public-ip": "^6.0.1"
}
}