{
  "name": "workspace-tools",
  "version": "0.41.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/workspace-tools"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/!(__*)",
    "lib/!(__*)/**/*"
  ],
  "scripts": {
    "api": "ws-tools-scripts api",
    "build": "tsc --pretty",
    "start": "tsc -w --preserveWatchOutput",
    "test": "jest"
  },
  "dependencies": {
    "@yarnpkg/lockfile": "^1.1.0",
    "fast-glob": "^3.3.1",
    "git-url-parse": "^16.0.0",
    "globby": "^11.0.0",
    "jju": "^1.4.0",
    "js-yaml": "^4.1.0",
    "micromatch": "^4.0.0"
  },
  "devDependencies": {
    "@ws-tools/scripts": "*"
  }
}
