breakout71/package.json

23 lines
502 B
JSON
Raw Normal View History

{
"name": "breakout.lecaro.me",
"version": "1.0.0",
"description": "",
"scripts": {
2025-03-05 22:10:17 +01:00
"start": "parcel src/index.html",
"build": "rm -f dist/* && parcel build src/index.html",
"editor": "nodemon editserver.js --watch editserver.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.2",
2025-02-20 11:34:11 +01:00
"http-server": "^14.1.1",
"nodemon": "^3.1.9"
2025-03-05 22:10:17 +01:00
},
"devDependencies": {
"parcel": "^2.13.3",
"svgo": "^3.3.2"
}
}