summaryrefslogtreecommitdiff
path: root/tools/conventional-changelog-tf-a/package.json
blob: d0efab8fe14bf96ef8786e325ffb09706cff9eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "conventional-changelog-tf-a",
  "version": "2.10.0",
  "license": "BSD-3-Clause",
  "private": true,
  "main": "index.js",
  "dependencies": {
    "conventional-changelog-conventionalcommits": "^4.6.1",
    "execa": "^5.1.1",
    "lodash": "^4.17.21",
    "q": "^1.5.1"
  }
}