Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Created June 15, 2022 06:39
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 hypeJunction/2906625c50c6e0bae91aca47edd75e44 to your computer and use it in GitHub Desktop.
Save hypeJunction/2906625c50c6e0bae91aca47edd75e44 to your computer and use it in GitHub Desktop.
Sameple next.js package.json
{
"name": "@me/application-a",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "cypress run"
},
"dependencies": {
"@me/package-a": "workspace:^"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment