{
  "name": "example",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "jest": "^23.5.0"
  },
  "scripts": {
    "test": "jest"
  }
}
