UNPKG
anthodatetime
Version:
latest (1.0.0)
1.0.0
anthodatetime
/
package.json
13 lines
(12 loc)
•
216 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"anthodatetime"
,
"version"
:
"1.0.0"
,
"main"
:
"index.js"
,
"license"
:
"MIT"
,
"scripts"
:
{
"anthodatetime"
:
"nodemon index.js"
}
,
"dependencies"
:
{
"nodemon"
:
"^1.18.9"
}
}