Deps
The deps
field is used to specify the dependencies of the module.
It is automatically managed by commands like moon add
and moon remove
.
{
"name": "username/hello",
"deps": {
"moonbitlang/x": "0.4.6"
}
}
The deps
field is used to specify the dependencies of the module.
It is automatically managed by commands like moon add
and moon remove
.
{
"name": "username/hello",
"deps": {
"moonbitlang/x": "0.4.6"
}
}