fix repo urls

This commit is contained in:
Matt Kane
2026-04-01 13:27:23 +01:00
parent 8e389d5ef8
commit 3bec16b171
11 changed files with 267 additions and 217 deletions

View File

@@ -1,33 +1,38 @@
{
"name": "@emdash-cms/plugin-webhook-notifier",
"version": "0.0.2",
"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": {}
}
"name": "@emdash-cms/plugin-webhook-notifier",
"version": "0.0.2",
"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": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/webhook-notifier"
}
}