mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 15:42:53 +03:00
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"name": "@affine/electron-api",
|
|
"version": "0.10.3-canary.2",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@toeverything/infra": "workspace:*",
|
|
"electron": "^27.1.0"
|
|
}
|
|
}
|