{ "name": "typescript", "author": { "name": "Microsoft Corp." }, "homepage": "http://typescriptlang.org/", "version": "0.9.7", "licenses": [ { "type": "Apache License 2.0", "url": "http://typescript.codeplex.com/license" } ], "description": "TypeScript is a language for application scale JavaScript development", "keywords": [ "TypeScript", "Microsoft", "compiler", "language", "javascript" ], "bugs": { "url": "http://typescript.codeplex.com/workitem/list/basic" }, "repository": { "type": "git", "url": "https://git01.codeplex.com/typescript" }, "preferGlobal": true, "main": "./bin/typescript.js", "bin": { "tsc": "./bin/tsc" }, "engines": { "node": ">=0.8.0" }, "devDependencies": { "jake": "latest" }, "readme": "# TypeScript\r\n\r\nScalable JavaScript development with types, classes and modules.\r\n\r\n## Install\r\n\r\n npm install -g typescript\r\n\r\n## Usage\r\n\r\n tsc hello.ts\r\n \r\n\r\n## Build\r\n\r\n1. Install Node if you haven't already (http://nodejs.org/)\r\n2. Install Jake, the tool we use to build our compiler (https://github.com/mde/jake). To do this, run \"npm install -g jake\".\r\n3. To use jake, run one of the following commands: \r\n - jake local - This builds the compiler. The output is in built/local in the public directory \r\n - jake clean - deletes the build compiler \r\n - jake LKG - This replaces the LKG (last known good) version of the compiler with the built one.\r\n - This is a bootstrapping step to be executed whenever the built compiler reaches a stable state.\r\n - jake tests - This builds the test infrastructure, using the built compiler. \r\n - jake runtests - This runs the tests, using the built compiler and built test infrastructure. \r\n - You can also override the host or specify a test for this command. Use host= or tests=. \r\n - jake baseline-accept - This replaces the baseline test results with the results obtained from jake runtests. \r\n - jake -T lists the above commands. \r\n", "readmeFilename": "README.txt", "_id": "typescript@0.9.7", "_from": "typescript@0.9.7" }