{ "name": "@microsoft/rush-stack-compiler-2.4", "version": "0.7.3", "description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 2.4.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/microsoft/rushstack/tree/master/stack/rush-stack-compiler-2.4" }, "bin": { "rush-api-extractor": "./bin/rush-api-extractor", "rush-tsc": "./bin/rush-tsc", "rush-tslint": "./bin/rush-tslint" }, "scripts": { "build": "gulp --clean" }, "main": "lib/shared/index.js", "typings": "lib/shared/index.d.ts", "dependencies": { "@microsoft/api-extractor": "7.4.6", "@microsoft/node-core-library": "3.15.1", "@types/node": "8.10.54", "tslint": "~5.12.1", "tslint-microsoft-contrib": "~5.2.1", "typescript": "~2.4.2" }, "devDependencies": { "@microsoft/node-library-build": "6.1.2", "@microsoft/rush-stack-compiler-3.4": "0.1.15", "@microsoft/rush-stack-compiler-shared": "0.0.0", "gulp": "~4.0.2" } }