AFFiNE/plugins/hello-world/package.json

17 lines
342 B
JSON
Raw Normal View History

2023-07-20 13:52:29 +03:00
{
"name": "@affine/hello-world-plugin",
"private": true,
2023-07-21 06:52:50 +03:00
"version": "0.7.0-canary.50",
2023-07-20 13:52:29 +03:00
"affinePlugin": {
"release": false,
"entry": {
"core": "./src/index.ts"
}
},
"dependencies": {
"@affine/component": "workspace:*",
2023-07-20 19:39:16 +03:00
"@blocksuite/icons": "^2.1.26",
2023-07-20 13:52:29 +03:00
"@toeverything/plugin-infra": "workspace:*"
}
}