mudl/package.json
2021-01-27 00:15:09 -07:00

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"
}
}