AFFiNE/plugins/hello-world/package.json
Qi 75a2bbdfac
fix: ui issues (#3738)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-14 18:48:18 +00:00

27 lines
562 B
JSON

{
"name": "@affine/hello-world-plugin",
"type": "module",
"private": true,
"description": "Hello world plugin",
"version": "0.8.0-canary.21",
"scripts": {
"dev": "af dev",
"build": "af build"
},
"affinePlugin": {
"release": false,
"entry": {
"core": "./src/index.ts"
}
},
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.31",
"@toeverything/components": "^0.0.11"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"
}
}