html/package.json
2024-10-22 15:08:26 +08:00

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"
}
}