Skip to content

Instantly share code, notes, and snippets.

@shannah
Created June 16, 2024 14:23
Show Gist options
  • Select an option

  • Save shannah/975b034dc6b206f6f826da11b05079fa to your computer and use it in GitHub Desktop.

Select an option

Save shannah/975b034dc6b206f6f826da11b05079fa to your computer and use it in GitHub Desktop.
Sample package.json file for SwingSet2 app
{
"name": "swingset2",
"version": "1.0.0",
"description": "Sample SwingSet2 app for demonstration",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/your-username/swingset2.git"
},
"keywords": [
"swingset2",
"sample",
"demo"
],
"author": "Your Name",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment