{
  "name": "@architect/workflows",
  "version": "3.6.0",
  "description": "cloud function workflows implemented as npm scripts for creating, deploying, working offline and more",
  "main": "index",
  "bin": {
    "arc-audit": "./src/audit/cli.js",
    "arc-config": "./src/config/cli.js",
    "arc-create": "./src/create/cli.js",
    "arc-deploy": "./src/deploy/cli.js",
    "arc-dns": "./src/dns/cli.js",
    "arc-env": "./src/env/cli.js",
    "arc-help": "./src/help/cli.js",
    "arc-hydrate": "./src/hydrate/cli.js",
    "arc-inventory": "./src/inventory/cli.js",
    "arc-sandbox": "./src/sandbox/cli.js",
    "audit": "./src/audit/cli.js",
    "config": "./src/config/cli.js",
    "create": "./src/create/cli.js",
    "deploy": "./src/deploy/cli.js",
    "dns": "./src/dns/cli.js",
    "env": "./src/env/cli.js",
    "help": "./src/help/cli.js",
    "hydrate": "./src/hydrate/cli.js",
    "inventory": "./src/inventory/cli.js",
    "sandbox": "./src/sandbox/cli.js"
  },
  "scripts": {
    "lint": "eslint . --fix",
    "t": "cross-env NODE_ENV=testing tape 'test/validation/*-test.js' | tap-spec",
    "test": "NODE_ENV=testing tape test/create/07-queues-test.js | tap-spec"
  },
  "keywords": [
    "aws",
    "lambda",
    "amazon",
    "serverless",
    "cloud",
    "cloudfunctions",
    "apigateway",
    "dynamodb",
    "s3",
    "sns",
    "api gateway",
    "framework"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/arc-repos/arc-workflows.git"
  },
  "author": "Brian LeRoux <b@brian.io>",
  "license": "Apache-2.0",
  "homepage": "https://arc.codes",
  "dependencies": {
    "@architect/parser": "^1.1.3",
    "@smallwins/validate": "^4.3.0",
    "aws-sdk": "^2.334.0",
    "body-parser": "^1.18.3",
    "chalk": "^1.1.3",
    "clear": "^0.1.0",
    "cookie": "^0.3.1",
    "cpr": "^3.0.1",
    "dynalite": "^1.3.2",
    "finalhandler": "^1.1.1",
    "glob": "^7.1.3",
    "inquirer": "^6.2.0",
    "is-domain-name": "^1.0.1",
    "log-update": "^2.3.0",
    "mime-types": "^2.1.20",
    "mkdirp": "^0.5.1",
    "path-exists": "^3.0.0",
    "progress": "1.1.8",
    "qdd": "^1.4.1",
    "router": "^1.3.3",
    "run-parallel": "^1.1.6",
    "run-series": "^1.1.8",
    "run-waterfall": "^1.1.3",
    "send": "^0.16.2",
    "shallow-equal": "^1.0.0",
    "zip-dir": "^1.0.2",
    "zipit": "^1.0.2"
  },
  "devDependencies": {
    "cross-env": "^5.2.0",
    "eslint": "^5.7.0",
    "rimraf": "^2.6.2",
    "tap-spec": "^5.0.0",
    "tape": "^4.9.1",
    "tiny-json-http": "^7.0.0"
  }
}
