conventional-changelog-aaron-preset
Version:
A personal conventional-changelog preset
56 lines (55 loc) • 1.47 kB
JSON
{
"name": "conventional-changelog-aaron-preset",
"version": "1.1.0",
"description": "A personal conventional-changelog preset",
"type": "module",
"main": "index.js",
"module": "./index.js",
"exports": "./index.js",
"keywords": [
"conventional-changelog",
"preset"
],
"author": "Aaron Zhou",
"homepage": "https://github.com/Clarkkkk/conventional-changelog-aaron-preset#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Clarkkkk/conventional-changelog-aaron-preset"
},
"bugs": {
"url": "https://github.com/Clarkkkk/conventional-changelog-aaron-preset/issues"
},
"packageManager": "pnpm@8.6.3",
"sideEffects": false,
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "husky install",
"format": "eslint --fix --cache ./*.{js,ts}",
"release": "commit-and-tag-version --preset=angular"
},
"license": "MIT",
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"devDependencies": {
"commit-and-tag-version": "^11.2.2",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3"
}
}