Skip to content

Instantly share code, notes, and snippets.

@vNNi
Created January 26, 2019 21:59
Show Gist options
  • Save vNNi/6e45e2bb48905234cf1bc52b7a1ff8dc to your computer and use it in GitHub Desktop.
Save vNNi/6e45e2bb48905234cf1bc52b7a1ff8dc to your computer and use it in GitHub Desktop.
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "cross-env NODE_ENV=production node server.js",
"develop": "cross-env NODE_ENV=development node server.js"
},
"keywords": [],
"author": "Vinicius Komninakis",
"license": "ISC",
"dependencies": {
"cross-env": "^5.2.0",
"custom-env": "^1.0.0",
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment