Skip to content

Instantly share code, notes, and snippets.

@jgatjens
Forked from jherr/package.json
Created October 12, 2022 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgatjens/e3d0b1c23d83a4cdb54c5af2e729b1f4 to your computer and use it in GitHub Desktop.
Save jgatjens/e3d0b1c23d83a4cdb54c5af2e729b1f4 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