mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 07:21:45 +03:00
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"name": "@affine/bump-blocksuite",
|
|
"version": "0.14.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"description": "Generate changelog from blocksuite version change",
|
|
"dependencies": {
|
|
"@napi-rs/clipboard": "^1.1.2",
|
|
"@napi-rs/simple-git": "^0.1.16",
|
|
"chalk": "^5.3.0"
|
|
}
|
|
}
|