{
  "name": "@wixc3/resolve-directory-context",
  "description": "Helpers to get information about single/multi-package contexts",
  "version": "5.0.1",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true })\"",
    "prebuild": "npm run clean",
    "build": "tsc -p tsconfig.build.json",
    "pretest": "npm run typecheck",
    "test": "npm run test:node && npm run test:browser",
    "test:node": "mocha \"./test/**/*.{spec,nodespec}.ts\"",
    "test:browser": "mocha-web \"./test/**/*.spec.ts\"",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "minimatch": "^10.0.1",
    "type-fest": "^4.40.1"
  },
  "devDependencies": {
    "@file-services/memory": "^10.0.1",
    "@file-services/path": "^10.0.1",
    "@playwright/browser-chromium": "^1.52.0",
    "@ts-tools/esm": "^6.1.0",
    "@types/chai": "^5.2.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "20",
    "chai": "^5.2.0",
    "esbuild": "^0.25.3",
    "mocha": "^11.1.0",
    "mocha-web": "^2.1.0",
    "typescript": "~5.8.3"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "packages",
    "directory",
    "workspace",
    "npm",
    "yarn"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Wix.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/wixplosives/resolve-directory-context.git"
  },
  "sideEffects": false
}
