CommonHtml/package.json
2025-06-17 13:53:53 +02:00

22 lines
453 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",
"start": "node index.js"
},
"dependencies": {
"express": "^5.1.0",
"nodemon": "^3.1.10"
}
}