{ "author": "Bruce Wilson", "description": "Simple math game built with TypeScript", "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" }, "version": "2.0.0" }