UNPKG
dtp-tripwire-agent
Version:
latest (1.0.7)
1.0.7
A service for protecting your node against malicious attacks and scans.
dtp-tripwire-agent
/
nodemon.json
10 lines
(9 loc)
•
203 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"signal"
:
"SIGINT"
,
"verbose"
:
true
,
"execMap"
:
{
"js"
:
"node"
,
"ts"
:
"node --import ./register.js --no-warnings"
}
,
"ignore"
:
[
".cache"
,
".vscode"
,
"data"
,
"dist"
,
"node_modules"
]
}