2023-01-21 14:58:32 +00:00
|
|
|
{
|
|
|
|
"name": "treeanalyzer",
|
2023-01-24 01:50:14 +00:00
|
|
|
"version": "1.0.5",
|
2023-01-21 14:58:32 +00:00
|
|
|
"description": "Analyze Grow A Tree",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/voidf1sh/treeanalyzer.git"
|
|
|
|
},
|
|
|
|
"author": "Skylar Grant",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/voidf1sh/treeanalyzer/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/voidf1sh/treeanalyzer#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"discord.js": "^14.7.1",
|
|
|
|
"dotenv": "^16.0.3"
|
|
|
|
}
|
|
|
|
}
|