wrangler-action/node_modules/@changesets/changelog-git/package.json
2023-08-07 15:11:15 -05:00

12 lines
392 B
JSON

{
"name": "@changesets/changelog-git",
"version": "0.1.14",
"description": "A changelog entry generator for git that writes hashes",
"main": "dist/changelog-git.cjs.js",
"module": "dist/changelog-git.esm.js",
"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/main/packages/changelog-git",
"dependencies": {
"@changesets/types": "^5.2.1"
}
}