Fixes: 1. media.ts: wrap placeholder generation in try-catch 2. toolbar.ts: check r.ok, display error message in popover
40 lines
729 B
JSON
40 lines
729 B
JSON
{
|
|
"name": "@emdash-cms/plugin-color",
|
|
"version": "0.2.0",
|
|
"description": "Color picker field widget for EmDash CMS",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./admin": "./src/admin.tsx"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"emdash",
|
|
"cms",
|
|
"plugin",
|
|
"color",
|
|
"picker",
|
|
"field-widget"
|
|
],
|
|
"author": "Matt Kane",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"emdash": "workspace:>=0.9.0",
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "catalog:"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsgo --noEmit"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
|
"directory": "packages/plugins/color"
|
|
}
|
|
}
|