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