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