You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"postinstall": "concurrently -n \"shared,client,server\"\"npm run shared-install\"\"npm run client-install\"\"npm run server-install\"",
"test": "echo \"Error: no test specified\" && exit 1",
"client": "cd client && npm run dev",
"client-install": "cd client && npm install",
"server": "cd server && npm run dev",
"server-install": "cd server && npm install",
"shared-install": "cd shared && npm install && npm run build",
"start": "concurrently -n \"client,server\"\"npm run client\"\"npm run server\"",
"lint": "concurrently -n \"client,server,shared\"\"cd client && npm run lint\"\"cd server && npm run lint\"\"cd shared && npm run lint\"",
"debug": "concurrently -n \"client,server\"\"npm run client\"\"cross-env NODE_OPTIONS=--inspect-brk=9229 npm run server\""
},
"author": "",
"license": "MIT",
"description": "A comprehensive application for creating password-protected video handoff pages where creators can record timestamped events, share project data, and receive final footage uploads from videographers.",