{ "name": "@microsoft/api-extractor-model", "version": "7.32.1", "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.16.0", "@microsoft/tsdoc-config": "~0.18.0", "@rushstack/node-core-library": "5.19.0" }, "devDependencies": { "@rushstack/heft": "1.1.4", "eslint": "~9.37.0", "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" } }