mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 00:11:33 +03:00
19dd724f50
![image](https://github.com/toeverything/AFFiNE/assets/3468483/c13fe4ba-e68e-423c-982b-19fdafd33345)
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"name": "@affine/electron-api",
|
|
"version": "0.14.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@toeverything/infra": "workspace:*",
|
|
"electron": "^30.1.1"
|
|
}
|
|
}
|