UNPKG

@mbc-cqrs-serverless/survey-template

Version:
49 lines (48 loc) 1.1 kB
{ "name": "@mbc-cqrs-serverless/survey-template", "version": "1.0.10", "description": "Survey module", "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": "1.0.10", "@mbc-cqrs-serverless/master": "1.0.10" }, "gitHead": "41a991caf16407bd58d5331c09b507544c18ff0d" }