{
  "name": "@traf/turbo",
  "version": "0.0.30",
  "type": "module",
  "main": "index.js",
  "types": "src/index.d.ts",
  "license": "MIT",
  "description": "A cli tool that wraps `@traf/core` to be used with Turborepo.",
  "repository": {
    "type": "git",
    "url": "https://github.com/lemonade-hq/traf.git",
    "directory": "libs/turbo"
  },
  "keywords": [
    "monorepo",
    "monorepos",
    "turbo",
    "turbo-workspace",
    "true-affected",
    "affected"
  ],
  "homepage": "https://github.com/lemonade-hq/traf#readme",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "traf-turbo": "bin/traf-turbo.js"
  },
  "dependencies": {
    "chalk": "^5.2.0",
    "fast-find-in-files": "^1.0.5",
    "globby": "^13.1.4",
    "microdiff": "^1.3.2",
    "nx": "17.1.3",
    "ts-morph": "^18.0.0",
    "yaml": "^2.3.1",
    "yargs": "^17.7.2"
  },
  "module": "./cli.js"
}
