{
  "name": "@qodestack/utils",
  "version": "3.0.0",
  "description": "Useful utility functions",
  "module": "index.ts",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "author": "Qodesmith",
  "license": "MIT",
  "sideEffects": false,
  "prettier": "@qodestack/prettier-config",
  "scripts": {
    "test": "bun test",
    "build": "bun run test && bun run build.ts && bun run src/internal/copyModuleListToRootReadme.ts",
    "publishPackage": "bun run test && bun run build && bun publish",
    "check": "biome check",
    "check:fix": "biome check --write .",
    "lint": "biome lint",
    "lint:fix": "biome lint --write .",
    "format": "biome format",
    "format:fix": "biome format --write ."
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qodesmith/utils.git"
  },
  "devDependencies": {
    "@qodestack/biome-config": "^2.4.14",
    "@types/bun": "^1.3.14",
    "bun-plugin-dts": "^0.4.0",
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.12.0"
  },
  "peerDependencies": {
    "typescript": "^6.0.3"
  }
}
