{
  "name": "@halospv3/hce.shared-config",
  "version": "2.6.6",
  "description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
  "keywords": [
    "halo",
    "halo-ce",
    "semantic-release",
    "semantic-release-config",
    "commitlint",
    "commitlint-config"
  ],
  "type": "module",
  "homepage": "https://github.com/halospv3/hce.shared#readme",
  "bugs": "https://github.com/halospv3/hce.shared/issues",
  "license": "MIT",
  "author": "Noah Sherwin",
  "files": [
    "!.github/",
    "!.husky/",
    "!.vscode/",
    "!_tsout/",
    "!tests/",
    "CHANGELOG.md",
    "cjs/**/*",
    "dotnet/**/*",
    "mjs/**/*",
    "src/**/*",
    "static/**/*"
  ],
  "main": "./cjs/index.cjs",
  "infra": "polyrepo",
  "repository": "github:halospv3/hce.shared",
  "scripts": {
    "build": "packemon build --addExports --addFiles --declaration --loadConfigs",
    "check": "npm run type && npm run test && npm run lint",
    "clean": "packemon clean",
    "coverage": "npm run test --coverage",
    "format": "prettier --write",
    "lint": "eslint --cache --fix .",
    "eslint-inspector": "eslint --inspect-config",
    "prepack": "packemon pack --addExports --addFiles --declaration --loadConfigs && npm run validate",
    "prepare": "husky",
    "presemantic-release": "npm run pack && npm run check",
    "semantic-release": "npx semantic-release",
    "pretest": "npm run build",
    "test": "tsx --test ./tests/**/*.test.ts",
    "type": "tsc --build",
    "validate": "packemon validate",
    "watch": "packemon watch"
  },
  "dependencies": {
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@commitlint/types": "^19.0.3",
    "@eslint/js": "^9.3.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^10.0.4",
    "@semantic-release/npm": "^12.0.0",
    "@semantic-release/release-notes-generator": "^14.0.0",
    "@stylistic/eslint-plugin": "^5.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.12.12",
    "@types/semantic-release": "^20.0.6",
    "conventional-changelog-conventionalcommits": "^8.0.0",
    "core-js": "^3.44.0",
    "debug": "^4.3.4",
    "eslint-plugin-jsonc": "^2.15.1",
    "globals": "^16.0.0",
    "husky": "^9.0.11",
    "js-yaml": "^4.1.0",
    "node-fetch": "^3.3.2",
    "semantic-release": "^24.0.0",
    "semantic-release-export-data": "^1.1.0",
    "typescript-eslint": "^8.35.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.6",
    "@babel/core": "^7.24.6",
    "@babel/eslint-parser": "^7.24.6",
    "@eslint/eslintrc": "^3.1.0",
    "@tsconfig/node-lts": "^22.0.0",
    "@types/babel__core": "^7.20.5",
    "@types/debug": "^4.1.12",
    "@types/tmp": "^0.2.6",
    "ajv": "^8.13.0",
    "ajv-draft-04": "^1.0.0",
    "dotenv": "^17.0.0",
    "eslint": "^9.0.0",
    "node-fetch": "^3.3.2",
    "packemon": "^4.0.1",
    "prettier": "^3.2.5",
    "prettier-config-moon": "^1.1.2",
    "tmp": "^0.2.3",
    "tslib": "^2.6.2",
    "tsx": "^4.10.5",
    "typescript": "^5.4.5"
  },
  "engines": {
    "node": ">=20.8.1",
    "npm": ">=10.5.0"
  },
  "engineStrict": true,
  "publishConfig": {
    "tag": "latest"
  },
  "exports": {
    "./package.json": "./package.json",
    "./*": {
      "types": "./cjs/*.d.ts",
      "default": "./cjs/*.cjs"
    },
    "./dotnet/*": {
      "types": "./cjs/dotnet/*.d.ts",
      "default": "./cjs/dotnet/*.cjs"
    },
    ".": {
      "types": "./cjs/index.d.ts",
      "import": "./cjs/index-wrapper.mjs",
      "default": "./cjs/index.cjs"
    }
  },
  "types": "./cjs/index.d.ts",
  "packemon": {
    "format": [
      "cjs"
    ],
    "platform": "node",
    "inputs": {
      "commitlintConfig": "src/commitlintConfig.ts",
      "dotnet": "src/dotnet.ts",
      "eslintConfig": "src/eslintConfig.ts",
      "envUtils": "src/envUtils.ts",
      "findStaticConfig": "src/findStaticConfig.ts",
      "index": "src/index.ts",
      "semanticReleaseConfig": "src/semanticReleaseConfig.ts",
      "semanticReleaseConfigDotnet": "src/semanticReleaseConfigDotnet.ts",
      "setupGitPluginSpec": "src/setupGitPluginSpec.ts"
    }
  }
}
