15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"name": "3",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev":"nodemon index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"nodemon": "^3.1.9"
|
|
}
|
|
}
|