Skip to content

Instantly share code, notes, and snippets.

@roychri
Created October 1, 2021 21:20
Show Gist options
  • Save roychri/f2e0ad45de74bef3a02e0e149e0b7d7e to your computer and use it in GitHub Desktop.
Save roychri/f2e0ad45de74bef3a02e0e149e0b7d7e to your computer and use it in GitHub Desktop.
Sample Package for hello world
{
"name": "azure-hello-world",
"version": "1.0.0",
"lockfileVersion": 1
}
{
"name": "azure-hello-world",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/app",
"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