mf-mongoose-validation
Version:
Validate extended data types, field lengths, arrays, optional values, and the like.
21 lines (20 loc) • 368 B
JSON
{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules"
"lib/docker/**/*.*"
],
"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"
}