UNPKG

@taoya785/flow-bark

Version:

Bark notification plugin for activepieces

28 lines 590 B
{ "name": "@taoya785/flow-bark", "version": "2.0.0", "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.7.0", "@activepieces/pieces-framework": "0.20.1", "@activepieces/shared": "0.22.0", "axios": "1.7.9" }, "scripts": { "build": "unbuild" } }