Last active
December 16, 2021 16:35
-
-
Save mitchallen/0f3e600fe1ecb78b39569435ce4ffcd3 to your computer and use it in GitHub Desktop.
How to Create a JavaScript Module (NodeJS, Browser) (scriptable.com)
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":"js-module-01", | |
"version":"1.0.0", | |
"description":"", | |
"type":"module", | |
"main":"index.js", | |
"scripts":{ | |
"test":"echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords":[ | |
], | |
"author":"", | |
"license":"ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment