chomens-bot-js/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2022-08-14 05:51:45 -04:00
{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tonejs/midi": "^2.0.28",
"@vitalets/google-translate-api": "^8.0.0",
2022-08-25 08:53:10 -04:00
"ansi-html": "^0.0.9",
2022-08-14 05:51:45 -04:00
"axios": "^0.27.2",
"color-convert": "^2.0.1",
"cowsay": "^1.5.0",
2022-08-22 06:14:03 -04:00
"cowsay2": "^2.0.4",
2022-08-14 05:51:45 -04:00
"discord-webhook-node": "^1.1.8",
"discord.js": "^13.7.0",
2022-08-25 08:08:39 -04:00
"electron": "^20.1.0",
"express": "^4.18.1",
2022-08-20 03:44:57 -04:00
"flying-squid": "^1.5.0",
2022-08-14 05:51:45 -04:00
"mineflayer": "^4.3.0",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"node-persist": "^3.1.0",
"node-ssh": "^12.0.4",
"prismarine-viewer": "^1.23.0",
"rainbowvis.js": "^1.0.1",
"randomstring": "^1.2.2",
"readline": "^1.3.0",
"safe-eval": "^0.4.1",
"sleep-promise": "^9.1.0",
"translate-api": "^0.3.18",
"urban-dictionary": "^3.0.2",
"uuid-by-string": "^3.0.7",
"vm2": "^3.9.9",
"wikipedia": "^1.1.9"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0"
}
}