conventional-changelog-unjs
Version:
conventional-changelog unjs preset
53 lines • 1.33 kB
JSON
{
"name": "conventional-changelog-unjs",
"type": "module",
"version": "1.0.0",
"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": "^5.1.0 || ^6.0.0"
},
"dependencies": {
"compare-func": "^2.0.0",
"defu": "^6.1.4",
"scule": "^1.3.0"
},
"devDependencies": {
"@aa900031/eslint-config": "^3.1.0",
"@release-it/conventional-changelog": "^9.0.4",
"conventional-changelog-writer": "^8.0.1",
"eslint": "^9.22.0",
"release-it": "^18.1.2",
"vitest": "^3.0.9",
"conventional-changelog-unjs": "1.0.0"
},
"scripts": {
"test": "vitest run",
"dev:test": "vitest",
"lint": "eslint .",
"release": "release-it --ci"
}
}