{
  "name": "@lage-run/target-graph",
  "version": "0.15.9",
  "description": "Target for Lage",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/lage"
  },
  "homepage": "https://microsoft.github.io/lage/",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "api": "monorepo-scripts api",
    "build": "yarn types && yarn transpile",
    "transpile": "monorepo-scripts transpile",
    "types": "yarn run -T tsc",
    "test": "yarn run -T jest",
    "lint": "monorepo-scripts lint"
  },
  "dependencies": {
    "mergician": "^2.0.2",
    "p-limit": "^3.1.0",
    "workspace-tools": "^0.41.10"
  },
  "devDependencies": {
    "@lage-run/monorepo-scripts": "^1.0.0",
    "jest-diff": "^30.0.0"
  },
  "files": [
    "lib/!(__*)",
    "lib/!(__*)/**"
  ]
}
