mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 17:51:38 +03:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"name": "@affine/electron-api",
|
|
"version": "0.18.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|