Created
June 16, 2024 14:23
-
-
Save shannah/975b034dc6b206f6f826da11b05079fa to your computer and use it in GitHub Desktop.
Sample package.json file for SwingSet2 app
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": "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