16 lines
272 B
JSON
16 lines
272 B
JSON
|
{
|
||
|
"name": "nodejs",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"start": "node server",
|
||
|
"dev": "nodemon --inspect=0.0.0.0 server.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"nodemon": "^2.0.15"
|
||
|
}
|
||
|
}
|