e64fa099c1
* Fix db connection handling * Add new time to height calculator * Versioning * Finishing updates
25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"name": "silvanus",
|
|
"version": "1.1.1",
|
|
"description": "Grow A Tree Comparison Tool",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/voidf1sh/silvanus.git"
|
|
},
|
|
"author": "Skylar Grant",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/voidf1sh/silvanus/issues"
|
|
},
|
|
"homepage": "https://github.com/voidf1sh/silvanus#readme",
|
|
"dependencies": {
|
|
"discord.js": "^14.7.1",
|
|
"dotenv": "^16.0.3",
|
|
"mysql": "^2.18.1"
|
|
}
|
|
}
|