CommonHtml/package.json
2025-06-17 12:57:37 +02:00

21 lines
423 B
JSON

{
"name": "common",
"version": "1.0.0",
"description": "node server give a common html",
"repository": {
"type": "git",
"url": "ssh://git@git.thepenguinontheweb.tech:5900/adminflsu/CommonHtml.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "nodemon index.js"
},
"dependencies": {
"express": "^5.1.0",
"nodemon": "^3.1.10"
}
}