mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
16 lines
324 B
JSON
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"
|
|
}
|
|
}
|