first commit
This commit is contained in:
33
packages/plugins/webhook-notifier/package.json
Normal file
33
packages/plugins/webhook-notifier/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "@emdashcms/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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user