13 lines
281 B
JSON
13 lines
281 B
JSON
{
|
|
"main": "plugin.js",
|
|
"name": "utility",
|
|
"description": "Utility commands and math operations",
|
|
"version": "3.1.10",
|
|
"tags": ["commands", "tools"],
|
|
"dependencies": ["simplecommands"],
|
|
"npmDependencies": [
|
|
"mathjs@^9.4.4",
|
|
"convert-units@^3.0.0-beta.2"
|
|
]
|
|
}
|