silvanus/package.json

28 lines
702 B
JSON
Raw Normal View History

{
"name": "silvanus",
2023-09-02 15:40:51 +00:00
"version": "1.3.0",
"description": "The ultimate Grow A Tree companion bot!",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2023-09-02 15:40:51 +00:00
"url": "git+https://git.vfsh.dev/voidf1sh/silvanus.git"
},
"author": "Skylar Grant",
"license": "ISC",
"bugs": {
2023-09-02 15:40:51 +00:00
"url": "https://git.vfsh.dev/voidf1sh/silvanus/issues"
},
2023-09-02 15:40:51 +00:00
"homepage": "https://git.vfsh.dev/voidf1sh/silvanus#readme",
"dependencies": {
2023-05-08 13:09:11 +00:00
"axios": "^1.4.0",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"mysql": "^2.18.1",
"string-replace-all": "^2.0.0",
"string.prototype.replaceall": "^1.0.7"
}
}