mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 18:51:46 +03:00
17 lines
332 B
JSON
17 lines
332 B
JSON
|
{
|
||
|
"name": "@affine/hello-world-plugin",
|
||
|
"private": true,
|
||
|
"version": "0.0.1",
|
||
|
"affinePlugin": {
|
||
|
"release": false,
|
||
|
"entry": {
|
||
|
"core": "./src/index.ts"
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@affine/component": "workspace:*",
|
||
|
"@blocksuite/icons": "^2.1.25",
|
||
|
"@toeverything/plugin-infra": "workspace:*"
|
||
|
}
|
||
|
}
|