{
  "author": "Bruce Wilson",
  "description": "Simple math game built with TypeScript",
  "dependencies": {
    "@types/lodash": "^4.14.116",
    "lodash": "^4.17.10",
    "systemjs": "~0.20"
  },
  "devDependencies": {
    "http-server": "^0.9.0",
    "tslint": "^5.11.0",
    "typescript": "~2.2.1"
  },
  "license": "ISC",
  "main": "index.js",
  "name": "Pluralsight-GettingStartedWithTypeScript",
  "scripts": {
    "clean": "rm -fr js/* all/*.js",
    "compile": "rm -fr js/* && cd app && npx tsc",
    "start": "http-server",
    "watch": "rm -fr js/* && cd app && npx tsc --watch"
  },
  "version": "2.0.0"
}