Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Last active December 16, 2021 16:35
Show Gist options
  • Save mitchallen/0f3e600fe1ecb78b39569435ce4ffcd3 to your computer and use it in GitHub Desktop.
Save mitchallen/0f3e600fe1ecb78b39569435ce4ffcd3 to your computer and use it in GitHub Desktop.
How to Create a JavaScript Module (NodeJS, Browser) (scriptable.com)
{
"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