{
  "name": "complete-node",
  "version": "18.1.2",
  "description": "Helper functions for TypeScript projects.",
  "homepage": "https://complete-ts.github.io/",
  "bugs": {
    "url": "https://github.com/complete-ts/complete/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/complete-ts/complete.git"
  },
  "license": "MIT",
  "author": "Zamiell",
  "type": "module",
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "bun run ./scripts/build.ts",
    "docs": "typedoc",
    "lint": "bun run ./scripts/lint.ts"
  },
  "dependencies": {
    "bumpp": "12.2.2",
    "chalk": "6.0.0",
    "complete-common": "2.32.0",
    "diff": "9.0.0",
    "dotenv": "17.4.2",
    "execa": "10.0.1",
    "jsonc-parser": "3.3.1",
    "listr2": "11.0.1",
    "npm-check-updates": "23.1.0",
    "package-directory": "8.2.0",
    "prettier": "3.9.6",
    "which": "7.0.0"
  },
  "devDependencies": {
    "@types/node": "26.4.0",
    "@types/which": "3.0.4",
    "typedoc": "0.28.20",
    "typedoc-plugin-markdown": "4.13.0",
    "typescript": "6.0.3",
    "unbuild": "3.6.1"
  }
}
