create-aws-cdk-app
Version:
Bin executable for @routineless/nx-aws-cdk plugin
35 lines (34 loc) • 720 B
JSON
{
"name": "create-aws-cdk-app",
"version": "1.4.2",
"description": "Bin executable for @routineless/nx-aws-cdk plugin",
"repository": {
"type": "git",
"url": "https://github.com/KozelAnatoliy/routineless.git",
"directory": "packages/create-aws-cdk-app"
},
"keywords": [
"Monorepo",
"Aws",
"Cdk",
"Nx",
"Node",
"Jest"
],
"author": "Anatoli Kozel",
"license": "MIT",
"dependencies": {
"create-nx-workspace": "^18.0.4",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"type": "commonjs",
"main": "./bin/index.js",
"typings": "./bin/index.d.ts",
"bin": {
"create-aws-cdk-app": "./bin/index.js"
},
"publishConfig": {
"access": "public"
}
}