Skip to content

Instantly share code, notes, and snippets.

@Kamilahsantos
Created March 23, 2019 21:58
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 Kamilahsantos/faf0946d7a75abc2ef22b65d6b9926f6 to your computer and use it in GitHub Desktop.
Save Kamilahsantos/faf0946d7a75abc2ef22b65d6b9926f6 to your computer and use it in GitHub Desktop.
{
"name": "koatesting",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --watchAll",
"dev": " nodemon app.js "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"koa": "^2.7.0",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0"
},
"devDependencies": {
"jest": "^24.1.0",
"supertest": "^3.4.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment