{ "name": "typescript", "author": "Microsoft Corp.", "homepage": "http://typescriptlang.org/", "version": "1.9.0", "license": "Apache-2.0", "description": "TypeScript is a language for application scale JavaScript development", "keywords": [ "TypeScript", "Microsoft", "compiler", "language", "javascript" ], "bugs": { "url": "https://github.com/Microsoft/TypeScript/issues" }, "repository": { "type": "git", "url": "https://github.com/Microsoft/TypeScript.git" }, "main": "./lib/typescript.js", "typings": "./lib/typescript.d.ts", "bin": { "tsc": "./bin/tsc", "tsserver": "./bin/tsserver" }, "engines": { "node": ">=0.8.0" }, "devDependencies": { "@types/del": "latest", "@types/glob": "latest", "@types/gulp": "latest", "@types/gulp-concat": "latest", "@types/gulp-help": "latest", "@types/minimatch": "latest", "@types/minimist": "latest", "@types/mkdirp": "^0.3.22-alpha", "@types/node": "latest", "@types/q": "0.0.21-alpha", "@types/run-sequence": "latest", "browserify": "latest", "chai": "latest", "del": "latest", "gulp": "latest", "gulp-concat": "latest", "gulp-help": "latest", "istanbul": "latest", "minimist": "latest", "mkdirp": "latest", "mocha": "latest", "mocha-fivemat-progress-reporter": "latest", "run-sequence": "latest", "ts-node": "latest", "tsd": "latest", "tslint": "next", "typescript": "next" }, "scripts": { "pretest": "gulp tests", "test": "gulp runtests", "build": "npm run build:compiler && npm run build:tests", "build:compiler": "gulp local", "build:tests": "gulp tests", "start": "node lib/tsc", "clean": "gulp clean", "gulp": "gulp", "lint": "gulp lint", "setup-hooks": "node scripts/link-hooks.js" }, "browser": { "buffer": false, "fs": false, "os": false, "path": false } }