fishing-bot-mod/package.json

26 lines
546 B
JSON
Raw Normal View History

2021-05-10 21:10:34 +02: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",
2021-05-11 04:08:48 +02:00
"dotenv": "^9.0.1",
2021-05-11 15:32:43 +02:00
"level": "^6.0.1"
2021-05-10 21:10:34 +02:00
}
}