{
  "name": "typescript-example-learn",
  "version": "1.0.8",
  "description": "",
  "main": "out/Main.js",
  "dependencies": {
    "typescript": "^2.8.3",
    "watch": "^1.0.2"
  },
  "devDependencies": {
    "@types/node": "^10.0.9"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc",
    "task": "npm run task1 & npm run task2",
    "task1": "echo a1",
    "task2": "echo a2"
  },
  "author": "",
  "license": "ISC"
}