mf-mongoose-dto
Version:
Covnert to/from JSON DTO while applying optional level-based hiding.
20 lines (19 loc) • 344 B
JSON
{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules"
],
"verbose": true,
"events": {
"restart": "osascript -e 'display notification \"App restarted due to:\n'$FILENAME'\" with title \"nodemon\"'"
},
"watch": [
"src/",
"lib/"
],
"env": {
"NODE_ENV": "dev"
},
"ext": "js json"
}