64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "conventional-changelog-writer",
|
|
"version": "4.0.18",
|
|
"description": "Write logs based on conventional commits and templates",
|
|
"bugs": {
|
|
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
|
|
},
|
|
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#readme",
|
|
"author": {
|
|
"name": "Steve Mao",
|
|
"email": "maochenyan@gmail.com",
|
|
"url": "https://github.com/stevemao"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli.js",
|
|
"lib",
|
|
"templates"
|
|
],
|
|
"keywords": [
|
|
"conventional-changelog-writer",
|
|
"changelog",
|
|
"conventional",
|
|
"commits",
|
|
"templates",
|
|
"writer",
|
|
"writing",
|
|
"logs"
|
|
],
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0",
|
|
"conventional-commits-filter": "^2.0.7",
|
|
"dateformat": "^3.0.0",
|
|
"handlebars": "^4.7.6",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"lodash": "^4.17.15",
|
|
"meow": "^8.0.0",
|
|
"semver": "^6.0.0",
|
|
"split": "^1.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test-windows": "echo 'make work on windows'"
|
|
},
|
|
"bin": {
|
|
"conventional-changelog-writer": "cli.js"
|
|
},
|
|
"devDependencies": {
|
|
"forceable-tty": "^0.1.0"
|
|
},
|
|
"gitHead": "cc567b98facf71315f4b1620d81ce01d155efaca"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.18.tgz"
|
|
,"_integrity": "sha512-mAQDCKyB9HsE8Ko5cCM1Jn1AWxXPYV0v8dFPabZRkvsiWUul2YyAqbIaoMKF88Zf2ffnOPSvKhboLf3fnjo5/A=="
|
|
,"_from": "conventional-changelog-writer@4.0.18"
|
|
} |