{ "name": "hheuristics-root", "private": true, "scripts": { "build": "echo 'NEW GITHUB WAS USED: Starting Build...' && cd frontend && npm install && npm run build && echo 'Build Complete: frontend/dist created'", "postinstall": "npm run build", "deploy": "npm run build && npx wrangler deploy", "dev": "./start_full_stack.sh" }, "devDependencies": { "wrangler": "^3.0.0" } }