mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 19:31:44 +03:00
26 lines
518 B
JSON
26 lines
518 B
JSON
{
|
|
"name": "@affine/hello-world-plugin",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Hello world plugin",
|
|
"version": "0.8.0-canary.8",
|
|
"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.29"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/plugin-cli": "workspace:*"
|
|
}
|
|
}
|