mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 23:21:37 +03:00
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"name": "@affine/electron-api",
|
|
"version": "0.12.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@toeverything/infra": "workspace:*",
|
|
"electron": "^29.0.1"
|
|
}
|
|
}
|