conventional-changelog-unjs
Version:
conventional-changelog unjs preset
54 lines • 1.41 kB
JSON
{
"name": "conventional-changelog-unjs",
"type": "module",
"version": "1.0.1",
"description": "conventional-changelog unjs preset",
"author": "zhong666 <hi@zhong666.me>",
"license": "MIT",
"homepage": "https://github.com/aa900031/conventional-changelog-unjs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/aa900031/conventional-changelog-unjs.git"
},
"bugs": {
"url": "https://github.com/aa900031/conventional-changelog-unjs/issues"
},
"keywords": [
"conventional-changelog",
"unjs",
"preset"
],
"sideEffects": false,
"exports": "./lib/index.mjs",
"main": "./lib/index.mjs",
"files": [
"./lib"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"conventional-changelog": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"compare-func": "^2.0.0",
"defu": "^6.1.4",
"scule": "^1.3.0"
},
"devDependencies": {
"@aa900031/eslint-config": "^6.0.0",
"@aa900031/release-it-config": "^0.1.1",
"@vitest/coverage-istanbul": "^4.1.0",
"conventional-changelog-writer": "^8.4.0",
"eslint": "^9.39.4",
"release-it": "^19.2.4",
"vitest": "^4.1.0",
"conventional-changelog-unjs": "1.0.1"
},
"scripts": {
"dev": "vitest",
"test": "vitest run",
"lint": "eslint . --cache --cache-location ./node_modules/.cache/eslint",
"release": "release-it"
}
}