{
  "name": "@rushstack/heft-typescript-plugin",
  "version": "1.3.12",
  "description": "Heft plugin for TypeScript",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "heft-plugins/heft-typescript-plugin"
  },
  "homepage": "https://rushstack.io/pages/heft/overview/",
  "main": "./lib-commonjs/index.js",
  "module": "./lib-esm/index.js",
  "types": "./dist/heft-typescript-plugin.d.ts",
  "exports": {
    ".": {
      "types": "./dist/heft-typescript-plugin.d.ts",
      "node": "./lib-commonjs/index.js",
      "import": "./lib-esm/index.js",
      "require": "./lib-commonjs/index.js"
    },
    "./lib/*.schema.json": "./lib-commonjs/*.schema.json",
    "./lib/*": {
      "types": "./lib-dts/*.d.ts",
      "node": "./lib-commonjs/*.js",
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js"
    },
    "./heft-plugin.json": "./heft-plugin.json",
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "license": "MIT",
  "peerDependencies": {
    "@rushstack/heft": "1.2.17"
  },
  "dependencies": {
    "@types/tapable": "1.0.6",
    "semver": "~7.7.4",
    "tapable": "1.1.3",
    "@rushstack/node-core-library": "5.23.1",
    "@rushstack/heft-config-file": "0.20.10"
  },
  "devDependencies": {
    "@types/semver": "7.7.1",
    "eslint": "~9.37.0",
    "typescript": "~5.8.2",
    "@rushstack/heft": "1.2.17",
    "@rushstack/terminal": "0.24.0",
    "decoupled-local-node-rig": "1.0.0"
  },
  "sideEffects": false,
  "scripts": {
    "build": "heft test --clean",
    "start": "heft build-watch",
    "_phase:build": "heft run --only build -- --clean"
  }
}