2b2flat-pinger/package.json

19 lines
389 B
JSON

{
"name": "2b2flat-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index"
},
"author": "TaxMachine",
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.3",
"minecraft-server-util": "^5.3.0",
"needle": "^3.1.0",
"nodemon": "^2.0.19"
}
}