{
  "name": "@mbc-cqrs-serverless/task",
  "version": "0.1.60-beta.0",
  "description": "long-running task",
  "keywords": [
    "mbc",
    "cqrs",
    "serverless",
    "framework",
    "event-driven",
    "backend",
    "aws",
    "lambda",
    "ecs",
    "fargate",
    "step-functions",
    "sqs",
    "typescript"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "!dist/tsconfig.tsbuildinfo"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mbc-net/mbc-cqrs-serverless.git"
  },
  "author": "Murakami Business Consulting, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues"
  },
  "homepage": "https://mbc-cqrs-serverless.mbc-net.com/",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@mbc-cqrs-serverless/core": "^0.1.60-beta.0"
  },
  "gitHead": "9510102bb7a7bef98e0d401b378b46b128333c6f"
}
