mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 17:54:03 +03:00
15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"name": "@affine/bump-blocksuite",
|
|
"version": "0.17.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.18",
|
|
"chalk": "^5.3.0",
|
|
"undici": "^6.12.0"
|
|
}
|
|
}
|