{
	"name": "@microsoft/rush-stack-compiler-3.1",
	"version": "0.15.2",
	"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.1.",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/microsoft/spfx-gulp-tools.git",
		"directory": "stack/rush-stack-compiler-3.1"
	},
	"bin": {
		"rush-api-extractor": "./bin/rush-api-extractor",
		"rush-eslint": "./bin/rush-eslint",
		"rush-tsc": "./bin/rush-tsc",
		"rush-tslint": "./bin/rush-tslint"
	},
	"main": "lib/index.js",
	"typings": "lib/index.d.ts",
	"dependencies": {
		"@microsoft/api-extractor": "~7.15.2",
		"@rushstack/eslint-config": "~2.6.2",
		"@rushstack/node-core-library": "~3.53.0",
		"@types/node": "10.17.13",
		"eslint": "~7.12.1",
		"import-lazy": "~4.0.0",
		"tslint": "~5.20.1",
		"tslint-microsoft-contrib": "~6.2.0",
		"typescript": "~3.1.6"
	},
	"devDependencies": {
		"@microsoft/rush-stack-compiler-4.7": "0.1.1",
		"@microsoft/rush-stack-compiler-shared": "0.0.0",
		"@rushstack/eslint-config": "~2.6.2",
		"@rushstack/heft": "0.48.0",
		"@rushstack/heft-node-rig": "1.11.0"
	},
	"scripts": {
		"build": "heft build --clean"
	}
}
