{
    "version": "1.12.1",
    "license": "MIT",
    "main": "dist/src/index.js",
    "typings": "dist/src/index.d.ts",
    "engines": {
        "node": ">=10.4"
    },
    "bin": {
        "actionsflow": "./cli.js"
    },
    "scripts": {
        "start": "tsc -w -p tsconfig.production.json",
        "build": "tsc -p tsconfig.production.json",
        "clean": "rimraf ./dist",
        "prepublishOnly": "npm run build"
    },
    "name": "actionsflow",
    "description": "A free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions",
    "keywords": [
        "workflow",
        "github",
        "actions",
        "trigger",
        "automate",
        "zapier"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/actionsflow/actionsflow",
        "directory": "packages/actionsflow"
    },
    "bugs": {
        "url": "https://github.com/actionsflow/actionsflow/issues"
    },
    "homepage": "https://actionsflow.github.io",
    "author": "Owen Young",
    "dependencies": {
        "@actions/github": "^4.0.0",
        "@actionsflow/trigger-aws_sns": "^1.10.0",
        "@actionsflow/trigger-google_form": "^1.10.0",
        "@actionsflow/trigger-instagram": "^1.2.0",
        "@actionsflow/trigger-npm": "^1.10.0",
        "@actionsflow/trigger-reddit": "^1.10.0",
        "@actionsflow/trigger-slack": "^1.10.0",
        "@actionsflow/trigger-telegram_bot": "^1.10.0",
        "@actionsflow/trigger-trello": "^1.10.0",
        "@actionsflow/trigger-twitter": "^1.10.0",
        "@actionsflow/trigger-typeform": "^1.10.0",
        "@actionsflow/trigger-weather": "^1.10.0",
        "@actionsflow/trigger-youtube": "^1.11.0",
        "@babel/polyfill": "^7.11.5",
        "@koa/cors": "^3.1.0",
        "@koa/router": "^10.1.1",
        "@octokit/core": "^3.1.2",
        "@types/cron": "^1.7.2",
        "@types/fs-extra": "^9.0.13",
        "@types/imap-simple": "^4.2.3",
        "@types/js-yaml": "^3.12.5",
        "@types/koa": "^2.13.4",
        "@types/koa-bodyparser": "^4.3.4",
        "@types/koa-helmet": "^6.0.4",
        "@types/koa__cors": "^3.0.3",
        "@types/koa__router": "^8.0.10",
        "@types/lodash.clonedeep": "^4.5.6",
        "@types/lodash.get": "^4.4.6",
        "@types/mailparser": "^2.7.4",
        "@types/promise.allsettled": "^1.0.3",
        "@types/semver": "^7.3.4",
        "@types/update-notifier": "^4.1.1",
        "@types/xml2js": "^0.4.5",
        "actionsflow-core": "^1.10.0",
        "chokidar": "^3.4.3",
        "cron": "^1.8.2",
        "del": "^5.1.0",
        "dotenv": "^8.2.0",
        "exec-sh": "^0.3.4",
        "fs-extra": "^10.0.0",
        "imap-simple": "^5.0.0",
        "js-yaml": "^3.14.0",
        "koa": "^2.13.4",
        "koa-bodyparser": "^4.3.0",
        "koa-helmet": "^6.1.0",
        "lodash": "^4.17.20",
        "lodash.clonedeep": "^4.5.0",
        "lodash.get": "^4.4.2",
        "loglevel": "^1.6.8",
        "mailparser": "^3.0.0",
        "package-json": "^6.5.0",
        "promise.allsettled": "^1.0.2",
        "resolve-cwd": "^3.0.0",
        "semver": "^7.3.2",
        "update-notifier": "^4.1.3",
        "yargs": "^15.4.1"
    },
    "gitHead": "30d599cf57cacd1226a6e2ff8071132173a30f99"
}
