@taoya785/flow-bark
Version:
Bark notification plugin for activepieces
28 lines • 592 B
JSON
{
"name": "@taoya785/flow-bark",
"version": "1.0.1",
"description": "Bark notification plugin for activepieces",
"author": "",
"license": "MIT",
"keywords": [
"bark",
"notification",
"i-flow",
"plugin"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@activepieces/pieces-common": "0.4.1",
"@activepieces/pieces-framework": "0.7.43",
"@activepieces/shared": "0.10.149",
"axios": "1.7.9"
},
"scripts": {
"build": "unbuild"
}
}