mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 19:31:44 +03:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"name": "@affine/hello-world-plugin",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Hello world plugin",
|
|
"version": "0.8.0-canary.3",
|
|
"affinePlugin": {
|
|
"release": false,
|
|
"entry": {
|
|
"core": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@blocksuite/icons": "^2.1.27",
|
|
"@toeverything/plugin-infra": "workspace:*"
|
|
}
|
|
}
|