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": [
|
2021-09-03 17:23:56 +00:00
|
|
|
"mathjs@^9.4.4",
|
2021-10-19 16:59:10 +00:00
|
|
|
"convert-units@^3.0.0-beta.2"
|
2020-12-03 19:27:14 +00:00
|
|
|
]
|
|
|
|
}
|