{
  "name": "<%= projectScope %>/<%= projectName %>",
  "description": "<%= projectDescription %>",
  "version": "<%= version %>",
  <%_ if(isPublic) { _%>
  "license": "MIT",
  <%_ } _%>
  "main": "dist/index.js",
  "author": {
    "name": "Endemol Shine Group Technology",
    "url": "https://github.com/EndemolShineGroup"
  },
  "homepage": "https://github.com/EndemolShineGroup/<%= projectName %>",
  "repository": {
    "type": "git",
    "url": "https://github.com/EndemolShineGroup/<%= projectName %>.git"
  },
  "engines": {
    "node": ">=8.0.0",
    "yarn": ">=1.3.0"
  },
  "scripts": {
    "pretest": "rimraf coverage/",
    "test": "jest --no-cache --coverage"
  },
  "dependencies": {
  },
  "devDependencies": {
    "jest": "^23",
    "rimraf": "^2"
  }
}
