{
  "name": "@knapsack/monorepo-tools",
  "description": "",
  "version": "4.100.3",
  "bin": {
    "monorepo-tools": "./bin.js",
    "get-pkg-dir": "./get-pkg-dir.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package": "./package.json",
    "./package.json": "./package.json",
    "./scripts/*": "./scripts/*"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf ./dist",
    "lint": "eslint ./src",
    "start": "tsc --watch",
    "test": ""
  },
  "dependencies": {
    "@auto-it/npm": "^11.3.6",
    "@knapsack/creator-utils": "4.100.3",
    "@knapsack/file-utils": "4.100.3",
    "auto": "^11.3.6",
    "syncpack": "^13.0.4"
  },
  "devDependencies": {
    "@knapsack/eslint-config-starter": "4.100.3",
    "@knapsack/typescript-config-starter": "4.100.3",
    "@types/node": "^24.13.2",
    "eslint": "^9.20.0",
    "typescript": "^6.0.3"
  },
  "license": "GPL-2.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/knapsack-labs/app-monorepo",
    "directory": "tools/monorepo-tools",
    "type": "git"
  },
  "gitHead": "e762b63576a59cdb93b4786f067d1fdf9f459df0"
}
