Files
moreminimore-redesign/packages/plugins/webhook-notifier/package.json
Matt Kane 2e863566b3 Fix scope
2026-04-01 10:58:32 +01:00

33 lines
689 B
JSON

{
"name": "@emdash-cms/plugin-webhook-notifier",
"version": "0.0.1",
"description": "Webhook notification plugin for EmDash CMS - posts to external URLs on content changes",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./sandbox": "./src/sandbox-entry.ts"
},
"files": [
"src"
],
"keywords": [
"emdash",
"cms",
"plugin",
"webhook",
"notifications",
"integration"
],
"author": "Matt Kane",
"license": "MIT",
"peerDependencies": {
"emdash": "workspace:*"
},
"devDependencies": {},
"scripts": {
"typecheck": "tsgo --noEmit"
},
"dependencies": {},
"optionalDependencies": {}
}