{
  "name": "typescript-template",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "LuisPe <luispedrotoloy@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^3.3.3333"
  }
}
