{
  "name": "complete-common",
  "version": "2.32.0",
  "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",
    "test": "bun test ./tests"
  },
  "devDependencies": {
    "@types/node": "26.1.0",
    "complete-node": "18.0.0",
    "typedoc": "0.28.19",
    "typedoc-plugin-markdown": "4.12.0",
    "typescript": "6.0.3",
    "unbuild": "3.6.1"
  }
}
