UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

63 lines (62 loc) 1.67 kB
{ "name": "@mbc-cqrs-serverless/cli", "version": "1.0.25", "description": "a CLI to get started with MBC CQRS serverless framework", "keywords": [ "mbc", "cqrs", "serverless", "framework", "event-driven", "backend", "aws", "lambda", "ecs", "fargate", "step-functions", "sqs", "typescript" ], "schematics": "./dist/schematics/collection.json", "bin": { "mbc": "./dist/index.js" }, "files": [ "dist", "!dist/tsconfig.tsbuildinfo", "templates" ], "scripts": { "build": "rm -rf dist && tsc", "postbuild": "copyfiles ./schematics/collection.json ./schematics/**/schema.json ./schematics/**/files/** ./schematics/**/units/** dist && copyfiles -u 2 -a dist/src/**/* dist && copyfiles -u 2 -a dist/src/index.js dist && rm -rf dist/src" }, "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": { "@angular-devkit/core": "^17.3.11", "@angular-devkit/schematics": "^17.3.11", "@angular-devkit/schematics-cli": "^17.3.11", "@schematics/angular": "^17.3.11", "chalk": "^4.1.2", "cli-table3": "^0.6.5", "commander": "^11.1.0", "js-yaml": "^4.1.0", "rimraf": "^5.0.5" }, "devDependencies": { "@faker-js/faker": "^8.3.1", "copyfiles": "^2.4.1" }, "gitHead": "26c722916f5c8a71b5c066eca5b8db8c21dc7bcb" }