Skip to content

Instantly share code, notes, and snippets.

@artokun
Created April 29, 2018 22:46
Show Gist options
  • Save artokun/2ebb68976b98047a68c37c6e8fae1639 to your computer and use it in GitHub Desktop.
Save artokun/2ebb68976b98047a68c37c6e8fae1639 to your computer and use it in GitHub Desktop.
Medium-Jest-package.json
{
"name": "spacetime-api",
"version": "0.0.1",
"description": "SpaceTraders SpaceTime Service",
"main": "index.js",
"jest": {
"setupTestFrameworkScriptFile": "./tests/setup.js"
},
"scripts": {
"start": "pm2 start index.js --name api",
"dev": "nodemon --ignore tests",
"test": "jest"
},
"author": "Arthur Longbottom",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"chance": "^1.0.16",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-sslify": "^1.2.0",
"jest": "^22.4.3",
"mongoose": "^5.0.16",
"nodemon": "^1.17.3",
"pm2": "^2.10.3",
"redis": "^2.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment