13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"main": "plugin.js",
|
|
"name": "utility",
|
|
"description": "Utility commands and math operations",
|
|
"version": "3.1.2",
|
|
"tags": ["commands", "tools"],
|
|
"dependencies": ["simplecommands"],
|
|
"npmDependencies": [
|
|
"mathjs@^8.0.1",
|
|
"convert-units@^2.3.4"
|
|
]
|
|
}
|