mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-01 09:19:13 -04:00
18 lines
403 B
JSON
18 lines
403 B
JSON
{
|
|
"name": "breakout.lecaro.me",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon editserver.js --watch editserver.js ",
|
|
"serve": "http-server app/src/main/assets -o"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.3",
|
|
"express": "^4.21.2",
|
|
"http-server": "^14.1.1",
|
|
"nodemon": "^3.1.9"
|
|
}
|
|
}
|