mudl/package.json
2021-08-14 12:04:09 -07:00

15 lines
207 B
JSON

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