fishing-bot-mod/package.json

28 lines
637 B
JSON
Raw Permalink Normal View History

2022-01-13 06:18:06 +01:00
{
"name": "booger",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Hri7566/booger.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/Hri7566/booger/issues"
},
"homepage": "https://gitlab.com/Hri7566/booger#readme",
"dependencies": {
"discord.js": "^12.5.3",
"dotenv": "^9.0.1",
2022-07-27 09:53:04 +02:00
"level": "^6.0.1",
2023-10-05 13:51:24 +02:00
"mpp-client-xt": "^1.3.1",
2022-07-27 09:53:04 +02:00
"mppclone-client": "^1.0.0"
2022-01-13 06:18:06 +01:00
}
}