Skip to content

Instantly share code, notes, and snippets.

@grantcarthew
Last active March 1, 2019 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantcarthew/e7f274dd5d328d4a9c70fce28283641b to your computer and use it in GitHub Desktop.
Save grantcarthew/e7f274dd5d328d4a9c70fce28283641b to your computer and use it in GitHub Desktop.
medium-package.json
// package.json <= JSON does not support comments. Remove this line.
{
"name": "example",
"version": "1.0.0",
"description": "Example for test script",
"main": "index.js",
"scripts": {
"test": "LOGENABLED=true LOGLEVEL=error DBCONNECTIONPOOLMAX=10 DBCONNECTIONPOOLIDLE=50 jest --watch"
},
"author": "",
"license": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment