Files
AFFiNE-Mirror/tools/revert-update/package.json
T
2026-08-11 03:09:54 +08:00

20 lines
448 B
JSON

{
"name": "@affine/revert-update",
"version": "0.27.0",
"private": true,
"type": "module",
"description": "Generate a revert update from two Yjs snapshot binaries",
"main": "index.ts",
"scripts": {
"generate": "r ./index.ts"
},
"dependencies": {
"@affine-tools/cli": "workspace:*",
"yjs": "^13.6.27"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "npm:@typescript/typescript6@6.0.2"
}
}