mudl/package.json
2021-01-27 00:28:48 -07:00

14 lines
206 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"
}
}