{
  "name": "@microsoft/api-extractor-model",
  "version": "7.30.9",
  "description": "A helper library for loading and saving the .api.json files created by API Extractor",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "libraries/api-extractor-model"
  },
  "homepage": "https://api-extractor.com",
  "main": "lib/index.js",
  "typings": "dist/rollup.d.ts",
  "license": "MIT",
  "dependencies": {
    "@microsoft/tsdoc": "~0.15.1",
    "@microsoft/tsdoc-config": "~0.17.1",
    "@rushstack/node-core-library": "5.15.1"
  },
  "devDependencies": {
    "@rushstack/heft": "0.74.3",
    "eslint": "~9.25.1",
    "decoupled-local-node-rig": "1.0.0"
  },
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}