Skip to content

Instantly share code, notes, and snippets.

@shannah
Created June 16, 2024 15:31
Show Gist options
  • Save shannah/30ad6efb6fb69dbc012743435ac5c4fa to your computer and use it in GitHub Desktop.
Save shannah/30ad6efb6fb69dbc012743435ac5c4fa to your computer and use it in GitHub Desktop.
Sample package.json for SwingSet2 app
{
"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