2023-07-20 13:52:29 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/hello-world-plugin",
|
2023-07-29 22:07:32 +03:00
|
|
|
"type": "module",
|
2023-07-20 13:52:29 +03:00
|
|
|
"private": true,
|
2023-07-29 08:07:25 +03:00
|
|
|
"description": "Hello world plugin",
|
2023-07-31 10:54:03 +03:00
|
|
|
"version": "0.8.0-canary.5",
|
2023-07-30 21:10:45 +03:00
|
|
|
"scripts": {
|
|
|
|
"dev": "af dev",
|
|
|
|
"build": "af build"
|
|
|
|
},
|
2023-07-20 13:52:29 +03:00
|
|
|
"affinePlugin": {
|
|
|
|
"release": false,
|
|
|
|
"entry": {
|
|
|
|
"core": "./src/index.ts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@affine/component": "workspace:*",
|
2023-07-22 16:10:20 +03:00
|
|
|
"@blocksuite/icons": "^2.1.27",
|
2023-07-20 13:52:29 +03:00
|
|
|
"@toeverything/plugin-infra": "workspace:*"
|
2023-07-30 21:10:45 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@affine/plugin-cli": "workspace:*"
|
2023-07-20 13:52:29 +03:00
|
|
|
}
|
|
|
|
}
|