Files
milinda-pitch/package.json
2026-01-14 15:05:12 +01:00

16 lines
314 B
JSON

{
"name": "milinda-pitch",
"version": "1.0.0",
"description": "BookStore - Discover and buy your next favorite book",
"scripts": {
"start": "serve -s . -l ${PORT:-3000}",
"serve": "serve -s . -l 3000"
},
"dependencies": {
"serve": "^14.2.4"
},
"engines": {
"node": ">=18.0.0"
}
}