{
  "name": "dotdir",
  "version": "0.4.7",
  "description": "Easily find and reconcile a project dot config directory to house project specific configurations & files",
  "type": "module",
  "packageManager": "yarn@4.9.1",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/green-flash-digital/dotconfig.git"
  },
  "author": "Drew DeCarme (drew@greenflash.digital)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/green-flash-digital/dotconfig/issues"
  },
  "homepage": "https://github.com/green-flash-digital/dotconfig#readme",
  "scripts": {
    "execute": "yarn tsx ./scripts/run.ts",
    "build": "yarn tsc --project ./tsconfig.build.json",
    "release": "npx changeset publish"
  },
  "dependencies": {
    "@changesets/cli": "^2.29.4",
    "esbuild": "^0.25.4",
    "ts-jolt": "0.2.3"
  },
  "devDependencies": {
    "@types/node": "22.15.19",
    "tsx": "4.19.4",
    "typescript": "5.8.3",
    "zod": "4.0.17"
  }
}
