Created
June 16, 2024 15:31
-
-
Save shannah/30ad6efb6fb69dbc012743435ac5c4fa to your computer and use it in GitHub Desktop.
Sample package.json for SwingSet2 app
This file contains 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": "swingset2", | |
"version": "1.0.0", | |
"main": "dist/swingset2.jar", | |
"scripts": { | |
"start": "java -jar dist/swingset2.jar" | |
}, | |
"jdeploy": { | |
"entry": "dist/swingset2.jar" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment