frontend/package.json
{
"name": "cypresawards-frontend",
"version": "1.0.0",
"description": "Frontend for CyPresAwards - Search non-profits with cy pres statements",
"main": "index.html",
"scripts": {
"start": "npx http-server src -p 8080 -o",
"dev": "npx live-server src --port=8080"
},
"keywords": ["cy pres", "non-profit", "legal"],
"author": "",
"license": "MIT",
"devDependencies": {
"http-server": "^14.1.1",
"live-server": "^1.2.2"
}
}