UNPKG

cdkdx

Version:

Zero-config CLI for aws cdk development

99 lines (98 loc) 2.54 kB
{ "name": "cdkdx", "description": "Zero-config CLI for aws cdk development", "version": "1.9.0", "license": "MIT", "keywords": [ "aws", "cdk", "construct", "lint", "test", "bundle", "lambda", "react", "typescript", "jsii" ], "repository": { "type": "git", "url": "https://github.com/hupe1980/cdkdx.git", "directory": "packages/cdkdx" }, "bin": { "cdkdx": "bin/cdkdx.js" }, "files": [ "bin", "lib", "templates", "!.DS_Store" ], "engines": { "node": ">=12" }, "scripts": { "build": "rimraf lib && tsc", "watch": "rimraf lib && tsc -w", "test": "jest" }, "dependencies": { "@types/aws-lambda": "^8.10.84", "@types/jest": "^27.0.2", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "camelcase": "^6.2.0", "chalk": "^4.1.2", "clipanion": "^2.6.2", "concat-md": "^0.5.0", "constructs": "^3.3.156", "dotenv": "^10.0.0", "eslint": "^8.3.0", "eslint-config-cdk": "^1.9.0", "eslint-config-prettier": "^8.2.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-cdk": "^1.8.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^25.2.2", "eslint-plugin-prettier": "^4.0.0", "execa": "^5.1.1", "fork-ts-checker-webpack-plugin": "^6.2.1", "friendly-errors-webpack-plugin": "^1.7.0", "fs-extra": "^10.0.0", "globby": "^11.0.4", "gzip-size": "^6.0.0", "html-loader": "^1.3.2", "jest": "^27.2.4", "jest-transform-stub": "^2.0.0", "jest-watch-select-projects": "^2.0.0", "jest-watch-typeahead": "^1.0.0", "jsii": "^1.71.0", "jsii-pacmak": "^1.71.0", "jsii-release": "^0.2.534", "latest-version": "^5.1.0", "prettier": "^2.4.1", "size-plugin": "^3.0.0", "standard-version": "^9.3.1", "terser-webpack-plugin": "^4.2.3", "ts-jest": "^27.0.7", "ts-loader": "^8.3.0", "ts-node": "^10.3.0", "typedoc": "^0.23.21", "typedoc-plugin-markdown": "^3.13.6", "typescript": "4.7.2", "v8-compile-cache": "^2.3.0", "webpack": "^4.46.0", "webpack-license-plugin": "^4.2.1" }, "devDependencies": { "@types/eslint": "^8.2.0", "@types/friendly-errors-webpack-plugin": "^0.1.3", "@types/fs-extra": "9.0.13", "@types/terser-webpack-plugin": "^4.2.0", "@types/webpack": "^4.41.26", "rimraf": "^3.0.2", "type-fest": "^2.3.4" }, "gitHead": "f83a96f79ef9a438ecc7bee39a0c992f4a08c83a" }