17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"name": "html",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"express": "^4.21.1",
|
|
"nodemon": "^3.1.7"
|
|
}
|
|
}
|