Skip to content

Instantly share code, notes, and snippets.

@mirashif
Forked from jherr/package.json
Created November 7, 2022 11:26
Show Gist options
  • Save mirashif/f12f6a91c47e7cf596ec91f3cda2ef10 to your computer and use it in GitHub Desktop.
Save mirashif/f12f6a91c47e7cf596ec91f3cda2ef10 to your computer and use it in GitHub Desktop.
Simple monorepo starter
{
"name": "packages",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start": "concurrently \"wsrun --parallel start\""
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"concurrently": "^5.2.0",
"wsrun": "^5.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment