{
  "name": "{{{name}}}",
  "description": "{{{description}}}",
  "license": "LICENSE.md",
  "version": "1.0.0",  
  "devDependencies": {
    "jest": "^26.0.1",
    "@types/jest": "^25.1.0",
    "@types/node": "^13.5.0",
    "@typescript-eslint/eslint-plugin": "^2.20.0",
    "@typescript-eslint/parser": "^2.20.0",
    "eslint": "^6.8.0",
    "ts-jest": "^25.0.0",
    "ts-loader": "^6.2.1",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.5"
  },
  "repository": {
      "type": "git",
      "url": ""
    },
  "scripts": {
		 "test": "jest",
     "build": "tsc",
     "lint": "eslint ."
	}
}
