UNPKG
tainanle-express
Version:
latest (1.0.4)
1.0.4
execl download
tainanle-express
/
temp
/
example
/
package.json
14 lines
(13 loc)
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"example"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"app.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"dev"
:
"PORT=3000 nodemon app.js"
},
"keywords"
: [],
"author"
:
""
,
"license"
:
"ISC"
}