mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +08:00
13 lines
291 B
JSON
13 lines
291 B
JSON
{
|
|
"name": "@affine/bump-blocksuite",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"description": "Generate changelog from blocksuite version change",
|
|
"dependencies": {
|
|
"@napi-rs/clipboard": "^1.1.1",
|
|
"@napi-rs/simple-git": "^0.1.11"
|
|
}
|
|
}
|