mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 13:31:37 +03:00
df87300a3f
workaround provided by https://github.com/electron/electron/issues/43556
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"name": "@affine/electron-api",
|
|
"version": "0.16.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@toeverything/infra": "workspace:*",
|
|
"electron": "^32.0.0"
|
|
}
|
|
}
|