Created
June 15, 2022 06:39
-
-
Save hypeJunction/2906625c50c6e0bae91aca47edd75e44 to your computer and use it in GitHub Desktop.
Sameple next.js package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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