mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-02-17 00:54:45 +01:00
20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"name": "@changesets/write",
|
|
"version": "0.2.3",
|
|
"description": "Writes a changeset to a file",
|
|
"main": "dist/write.cjs.js",
|
|
"module": "dist/write.esm.js",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/changesets/changesets/tree/main/packages/write",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.1",
|
|
"@changesets/types": "^5.2.1",
|
|
"fs-extra": "^7.0.1",
|
|
"human-id": "^1.0.2",
|
|
"prettier": "^2.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/parse": "*",
|
|
"@changesets/test-utils": "*"
|
|
}
|
|
}
|