{
  "name": "workspace-tools",
  "version": "0.41.4",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/lage",
    "directory": "packages/workspace-tools"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/!(__*)",
    "lib/!(__*)/**/*"
  ],
  "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": {
    "@yarnpkg/lockfile": "^1.1.0",
    "fast-glob": "^3.3.3",
    "git-url-parse": "^16.1.0",
    "jju": "^1.4.0",
    "js-yaml": "^4.1.1",
    "micromatch": "^4.0.8"
  },
  "devDependencies": {
    "@lage-run/monorepo-scripts": "^1.0.0",
    "@lage-run/test-utilities": "^0.1.0",
    "@types/git-url-parse": "^16.0.0",
    "@types/jju": "^1.4.5",
    "@types/js-yaml": "^4.0.5",
    "@types/micromatch": "^4.0.0",
    "@types/yarnpkg__lockfile": "^1.1.5",
    "ts-dedent": "^2.2.0"
  }
}
