first commit

This commit is contained in:
florian 2025-06-29 11:50:39 +02:00
commit 77ea9fd34c

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "boite-a-livre.be",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "ssh://git@git.thepenguinontheweb.tech:5900/adminflsu/boite-a-livre.be.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "nodemon index.js"
}
}