{
  "name": "@rushstack/heft-config-file",
  "version": "0.16.6",
  "description": "Configuration file loader for @rushstack/heft",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "libraries/heft-config-file"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "homepage": "https://rushstack.io/pages/heft/overview/",
  "main": "lib/index.js",
  "types": "dist/heft-config-file.d.ts",
  "license": "MIT",
  "dependencies": {
    "jsonpath-plus": "~10.3.0",
    "@rushstack/node-core-library": "5.11.0",
    "@rushstack/rig-package": "0.5.3",
    "@rushstack/terminal": "0.15.0"
  },
  "devDependencies": {
    "@rushstack/heft": "0.68.12",
    "@rushstack/heft-node-rig": "2.6.48",
    "@types/heft-jest": "1.0.1",
    "@types/node": "18.17.15",
    "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"
  }
}