Skip to content

Instantly share code, notes, and snippets.

@veritstudio
Last active October 7, 2018 08:56
Show Gist options
  • Save veritstudio/34639ec9dd9de3ca98d52cf5dcab38b8 to your computer and use it in GitHub Desktop.
Save veritstudio/34639ec9dd9de3ca98d52cf5dcab38b8 to your computer and use it in GitHub Desktop.
Npm start script
{
"name": "verytemp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment