AFFiNE/plugins/hello-world/package.json
2023-07-29 19:40:22 -07:00

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:*"
}
}