wrangler-action/node_modules/@changesets/changelog-git/package.json

13 lines
392 B
JSON
Raw Normal View History

2023-08-07 22:11:15 +02:00
{
"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"
}
}