16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"name": "mudl",
|
|
"description": "nothing yet",
|
|
"version": "1.0.2",
|
|
"dependencies": {
|
|
"fs-extra": "^7.0.1",
|
|
"tmp-promise": "^1.0.5"
|
|
},
|
|
"bin": {
|
|
"mudl": "index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 11.0.0"
|
|
}
|
|
}
|