UNPKG

@halospv3/hce.shared-config

Version:

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.

145 lines (144 loc) 5.32 kB
{ "name": "@halospv3/hce.shared-config", "version": "3.2.0", "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/", "!dotnet/samples/", "!tests/", "CHANGELOG.md", "dotnet/*", "dotnet/.github/**/*", "mjs/**/*", "src/**/*", "tsconfig*.json" ], "main": "./mjs/index.mjs", "infra": "polyrepo", "repository": { "type": "git", "url": "git+https://github.com/HaloSPV3/HCE.Shared.git" }, "scripts": { "build": "packemon build --addExports --addFiles --declaration --loadConfigs", "build:clean": "npm run clean-build", "check": "npm run type && npm run test && npm run lint", "clean": "packemon clean", "clean-build": "npm run clean && npm run build", "coverage": "npm run test -- --experimental-test-coverage", "lint": "eslint --cache --fix .", "lint:check": "eslint --cache .", "eslint-inspector": "eslint --inspect-config", "prepack": "packemon pack --addExports --addFiles --declaration --loadConfigs", "pack": "echo 'You should use `npm pack`' && exit 1", "postinstall": "husky", "presemantic-release": "npm pack", "semantic-release": "semantic-release", "pretest": "npm run build && npm run test:cacheSampleProjects", "test": "tsx --test --experimental-test-coverage --enable-source-maps --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.txt --test-reporter=junit --test-reporter-destination=junit.xml", "test:cacheSampleProjects": "echo \"START: Cache Sample Projects\" && tsx ./tests/dotnet/MSBuildProject.projects.ts && echo \"DONE: Cache Sample Projects\"", "test:watch": "npm run test -- --watch", "type": "tsc --build", "validate": "packemon validate", "watch": "packemon watch --loadConfigs" }, "dependencies": { "@commitlint/cli": "^20.0.0", "@commitlint/config-conventional": "^20.0.0", "@dotenvx/dotenvx": "^1.47.6", "@eslint/js": "^9.31.0", "@eslint/json": "^0.14.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.0", "@semantic-release/npm": "^13.0.0", "@semantic-release/release-notes-generator": "^14.0.3", "@stylistic/eslint-plugin": "^5.1.0", "@types/node": "~24.10.0", "arktype": "^2.1.20", "chardet": "^2.1.0", "conventional-changelog-conventionalcommits": "^9.1.0", "debug": "^4.4.1", "error.iserror": "^1.0.2", "es-main": "^1.3.0", "globals": "^16.3.0", "husky": "^9.1.7", "sanitize-filename": "^1.6.3", "semantic-release": "^25.0.0", "semantic-release-export-data": "^1.1.0", "ts-essentials": "^10.1.1", "typescript-eslint": "^8.37.0" }, "devDependencies": { "@amanda-mitchell/semantic-release-npm-multiple": "^3.16.0", "@babel/cli": "^7.28.0", "@babel/core": "^7.28.0", "@babel/eslint-parser": "^7.28.0", "@commitlint/types": "^20.0.0", "@eslint/config-inspector": "^1.1.0", "@eslint/markdown": "^7.0.0", "@sebbo2002/semantic-release-jsr": "^3.0.0", "@semantic-release/gitlab": "^13.2.6", "@tsconfig/node20": "^20.1.6", "@types/debug": "^4.1.12", "@types/tmp": "^0.2.6", "conventional-changelog-preset-loader": "^5.0.0", "eslint": "^9.31.0", "eslint-plugin-jsdoc": "^61.0.0", "eslint-plugin-unicorn": "^62.0.0", "packemon": "^4.1.2", "tmp": "^0.2.3", "tslib": "^2.8.1", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "//engines.node": "See file://./.nvmrc, https://github.com/nvm-sh/nvm#nvmrc. Supporting the lowest version possible is a PITA. Just support LTS. ", "engines": { "node": ">=24.10.0", "npm": ">=10.5.0" }, "engineStrict": true, "exports": { ".": { "types": "./mjs/index.d.ts", "import": "./mjs/index.mjs" }, "./package.json": "./package.json", "./*": { "types": "./mjs/*.d.ts", "import": "./mjs/*.mjs" } }, "types": "./mjs/index.d.ts", "packemon": { "platform": "node", "inputs": { "CaseInsensitiveMap": "src/CaseInsensitiveMap.ts", "commitlintConfig": "src/commitlintConfig.ts", "eslintConfig": "src/eslintConfig.ts", "index": "src/index.ts", "semanticReleaseConfig": "src/semanticReleaseConfig.ts", "semanticReleaseConfigDotnet": "src/semanticReleaseConfigDotnet.ts", "setupGitPluginSpec": "src/setupGitPluginSpec.ts" } }, "packageManager": "npm@11.6.2+sha512.ee22b335fcbc95662cdf3ab8a053daf045d9cf9c6df6040d28965abb707512b2c16fa6c5eec049d34c74f78f390cebd14f697919eadb97756564d4f9eccc4954" }