plugins-evert/utility/plugin.json

18 lines
300 B
JSON
Raw Normal View History

2020-12-03 19:27:14 +00:00
{
"main": "plugin.js",
"name": "utility",
"description": "Utility commands and math operations",
2022-05-18 10:52:27 +00:00
"version": "3.2.2",
2022-03-08 19:07:25 +00:00
"tags": [
"commands",
"tools"
],
"dependencies": [
"simplecommands"
],
2020-12-03 19:27:14 +00:00
"npmDependencies": [
"mathjs@^9.4.4",
"convert-units@^3.0.0-beta.2"
2020-12-03 19:27:14 +00:00
]
}