mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-01-23 13:54:46 +01:00
13 lines
392 B
JSON
13 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"
|
||
|
}
|
||
|
}
|