Created
October 19, 2022 17:12
-
-
Save joshdavenport/b3f72c1f44616511934198dd54d53b08 to your computer and use it in GitHub Desktop.
ScriptKit package?
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": "@joshdavenport/my-awesome-scriptkit-widget", | |
"version": "1.0.0", | |
"author": "Josh Davenport-Smith <[email protected]>", | |
"dependencies": { | |
"some-package-my-widget-needs": "^1.0.0" | |
} | |
"scriptkit": { | |
"name": "My Awesome Widget", | |
"description": "This is my awesome widget! Check it out.", | |
"author": "Josh Davenport-Smith", | |
"twitter": "@jdprts" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment