2023-01-21 14:58:32 +00:00
|
|
|
{
|
2023-01-25 08:07:41 +00:00
|
|
|
"name": "silvanus",
|
2023-03-11 20:12:34 +00:00
|
|
|
"version": "1.2.4",
|
2023-02-10 02:50:07 +00:00
|
|
|
"description": "Grow A Tree Companion Bot",
|
2023-01-21 14:58:32 +00:00
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-01-25 08:07:41 +00:00
|
|
|
"url": "git+https://github.com/voidf1sh/silvanus.git"
|
2023-01-21 14:58:32 +00:00
|
|
|
},
|
|
|
|
"author": "Skylar Grant",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
2023-01-25 08:07:41 +00:00
|
|
|
"url": "https://github.com/voidf1sh/silvanus/issues"
|
2023-01-21 14:58:32 +00:00
|
|
|
},
|
2023-01-25 08:07:41 +00:00
|
|
|
"homepage": "https://github.com/voidf1sh/silvanus#readme",
|
2023-01-21 14:58:32 +00:00
|
|
|
"dependencies": {
|
2023-02-21 23:41:47 +00:00
|
|
|
"axios": "^1.3.3",
|
2023-04-02 00:39:19 +00:00
|
|
|
"discord.js": "^14.9.0",
|
2023-01-25 08:07:41 +00:00
|
|
|
"dotenv": "^16.0.3",
|
2023-02-01 03:51:10 +00:00
|
|
|
"mysql": "^2.18.1",
|
|
|
|
"string-replace-all": "^2.0.0",
|
|
|
|
"string.prototype.replaceall": "^1.0.7"
|
2023-01-21 14:58:32 +00:00
|
|
|
}
|
|
|
|
}
|