{
  "name": "@chubbyts/chubbyts-packaging",
  "type": "module",
  "version": "4.0.0",
  "description": "Packaging helper",
  "keywords": [
    "chubbyts",
    "packaging",
    "helper"
  ],
  "author": "Dominik Zogg",
  "license": "MIT",
  "repository": "chubbyts/chubbyts-packaging",
  "scripts": {
    "build": "tsx build.ts",
    "cs-fix": "prettier --write src tests eslint.config.mjs vitest.config.ts",
    "cs": "prettier --check src tests eslint.config.mjs vitest.config.ts",
    "infection": "stryker run",
    "lint-fix": "eslint src tests eslint.config.mjs vitest.config.ts --fix",
    "lint": "eslint src tests",
    "prepare": "npm run build",
    "test": "vitest"
  },
  "prettier": {
    "printWidth": 120,
    "tabWidth": 2,
    "singleQuote": true,
    "trailingComma": "all"
  },
  "files": [
    "dist",
    "tsconfig.json"
  ],
  "exports": {
    "./*": {
      "types": "./*.d.ts",
      "require": "./*.cjs",
      "import": "./*.mjs",
      "default": "./*.mjs"
    }
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@chubbyts/chubbyts-eslint": "^3.0.4",
    "@stryker-mutator/core": "^8.7.1",
    "@stryker-mutator/vitest-runner": "^8.7.1",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.13.9",
    "@vitest/coverage-v8": "^3.0.7",
    "fs-extra": "^11.3.0",
    "prettier": "^3.5.3",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2",
    "vitest": "^3.0.7"
  },
  "publishConfig": {
    "access": "public"
  }
}
