UNPKG
fechaiso
Version:
latest (1.2.0)
1.2.0
1.0.2
1.0.1
1.0.0
Funciones para trabajar con fechas iso
fechaiso
/
nodemon.json
6 lines
•
165 B
JSON
View Raw
1
2
3
4
5
6
{
"watch"
:
[
"src"
]
,
"ext"
:
"ts"
,
"ignore"
:
[
"src/**/*.spec.ts"
,
".git"
,
"node_modules"
,
"dist"
]
,
"exec"
:
"npm run build && node dist/index.js"
}