mudl/package.json
2021-01-27 00:26:22 -07:00

15 lines
205 B
JSON

{
"name": "mudl",
"description": "nothing yet",
"version": "1.0.2",
"bin": {
"mudl": "index.js"
},
"engines": {
"node": ">= 11.0.0"
},
"dependencies": {
"no-op": "^1.0.3"
}
}