diff --git a/package.json b/package.json new file mode 100644 index 00000000..3ce6a023 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "box-of-balloons", + "version": "1.0.0", + "private": true, + "workspaces": ["client", "server"], + "scripts": { + "dev": "concurrently \"yarn --cwd client start\" \"yarn --cwd server start\"" + }, + "devDependencies": { + "concurrently": "^8.0.1" + } + } + \ No newline at end of file