breakout71/package.json
Renan LE CARO d2cfce2a0e Initial commit
I cleared the project history to start fresh on the public version
2025-02-15 19:21:00 +01:00

16 lines
324 B
JSON

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