UNPKG
pipe-hermes
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Simple pub sub messaging tool
github.com/pipethedev/hermes
pipethedev/hermes
pipe-hermes
/
nodemon.json
6 lines
•
138 B
JSON
View Raw
1
2
3
4
5
6
{
"watch"
:
[
"src"
]
,
"ext"
:
"ts,json,hbs"
,
"ignore"
:
[
"src/**/*.spec.ts"
]
,
"exec"
:
"npm run build && npm run start:app"
}