silvanus/package.json

24 lines
563 B
JSON
Raw Normal View History

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