{
  "name": "@rushstack/heft",
  "version": "0.71.2",
  "description": "Build all your JavaScript projects the same way: A way that works.",
  "keywords": [
    "toolchain",
    "watch",
    "bundle",
    "Webpack",
    "typescript",
    "eslint",
    "compiler",
    "incremental"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "apps/heft"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "homepage": "https://rushstack.io/pages/heft/overview/",
  "main": "lib/index.js",
  "types": "dist/heft.d.ts",
  "bin": {
    "heft": "./bin/heft"
  },
  "license": "MIT",
  "dependencies": {
    "@types/tapable": "1.0.6",
    "fast-glob": "~3.3.1",
    "git-repo-info": "~2.1.0",
    "ignore": "~5.1.6",
    "tapable": "1.1.3",
    "watchpack": "2.4.0",
    "@rushstack/heft-config-file": "0.16.8",
    "@rushstack/node-core-library": "5.13.0",
    "@rushstack/rig-package": "0.5.3",
    "@rushstack/operation-graph": "0.2.40",
    "@rushstack/terminal": "0.15.2",
    "@rushstack/ts-command-line": "4.23.7"
  },
  "devDependencies": {
    "@rushstack/heft": "0.70.0",
    "@rushstack/heft-node-rig": "2.8.0",
    "@types/heft-jest": "1.0.1",
    "@types/node": "20.17.19",
    "@types/watchpack": "2.4.0",
    "@microsoft/api-extractor": "7.52.3",
    "local-eslint-config": "1.0.0"
  },
  "scripts": {
    "build": "heft build --clean",
    "start": "heft test --clean --watch",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}