Initial commit

I cleared the project history to start fresh on the public version
This commit is contained in:
Renan LE CARO 2025-02-15 19:21:00 +01:00
commit d2cfce2a0e
34 changed files with 11578 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "breakout.lecaro.me",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon editserver.js --watch editserver.js "
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.2",
"nodemon": "^3.1.9"
}
}