{ "name": "@-xun/changelog", "version": "1.0.2", "description": "A conventional-changelog-core fork with bug fixes and support for multiple tag formats", "keywords": [ "conventional-changelog", "conventional", "changelog", "log" ], "homepage": "https://github.com/Xunnamius/xchangelog#readme", "bugs": { "url": "https://github.com/Xunnamius/xchangelog/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Xunnamius/xchangelog.git" }, "license": "MIT", "author": "Xunnamius", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./package": "./package.json", "./package.json": "./package.json" }, "typesVersions": { "*": { "index": [ "index.d.ts" ], "package": [ "package.json" ] } }, "files": [ "/index.js", "/index.d.ts", "/lib", "/hosts", "/package.json", "/README.md", "/LICENSE.md" ], "scripts": { "build": "NODE_NO_WARNINGS=1 tsc --project tsc.package.types.json --noCheck --incremental false", "build:changelog": "symbiote build changelog --env NODE_NO_WARNINGS=1", "clean": "symbiote clean --env NODE_NO_WARNINGS=1", "format": "symbiote format --env NODE_NO_WARNINGS=1 --hush --files README.md package.json conventional.config.cjs release.config.cjs .prettierignore tsconfig.json tsc.project.lint-unlimited.json .remarkrc.mjs", "info": "symbiote project info --env NODE_NO_WARNINGS=1", "lint": "symbiote lint --env NODE_NO_WARNINGS=1 --hush --linter remark", "list-tasks": "symbiote list-tasks --env NODE_NO_WARNINGS=1 --scope this-package", "prepare": "symbiote project prepare --env NODE_NO_WARNINGS=1", "release": "symbiote release --env NODE_NO_WARNINGS=1 --skip-task 6 12", "test": "vitest run --coverage" }, "dependencies": { "@hutson/parse-repository-url": "^5.0.0", "@types/conventional-changelog-config-spec": "^2.1.5", "@types/conventional-changelog-core": "^4.2.8", "@types/conventional-changelog-writer": "^4.0.10", "@types/conventional-commits-parser": "^5.0.1", "add-stream": "^1.0.0", "conventional-changelog-writer": "^8.0.0", "conventional-commits-parser": "^6.0.0", "escape-string-regexp": "^5.0.0", "git-raw-commits": "^5.0.0", "git-semver-tags": "^8.0.0", "hosted-git-info": "^7.0.0", "normalize-package-data": "^6.0.0", "read-package-up": "^11.0.0", "read-pkg": "^9.0.1", "type-fest": "^4.34.1" }, "devDependencies": { "@-xun/symbiote": "^2.23.8", "@vitest/coverage-v8": "^2.1.5", "better-than-before": "^1.0.0", "vitest": "^2.1.5" }, "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }