silvanus/package.json

25 lines
579 B
JSON
Raw Permalink Normal View History

{
"name": "silvanus",
2023-01-27 02:30:41 +00:00
"version": "1.1.3",
"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"
}
}