UNPKG

@aws-cdk/cloud-assembly-schema

Version:

Schema for the protocol between CDK framework and CDK CLI

147 lines (146 loc) 4.11 kB
{ "name": "@aws-cdk/cloud-assembly-schema", "description": "Schema for the protocol between CDK framework and CDK CLI", "repository": { "type": "git", "url": "https://github.com/aws/aws-cdk-cli", "directory": "packages/@aws-cdk/cloud-assembly-schema" }, "scripts": { "build": "projen build", "bump": "projen bump", "check-for-updates": "projen check-for-updates", "check-licenses": "projen check-licenses", "compat": "projen compat", "compile": "projen compile", "default": "projen default", "eslint": "projen eslint", "gather-versions": "projen gather-versions", "nx": "projen nx", "package": "projen package", "package-all": "projen package-all", "package:dotnet": "projen package:dotnet", "package:go": "projen package:go", "package:java": "projen package:java", "package:js": "projen package:js", "package:python": "projen package:python", "post-compile": "projen post-compile", "pre-compile": "projen pre-compile", "rosetta:extract": "projen rosetta:extract", "test": "projen test", "test:watch": "projen test:watch", "unbump": "projen unbump", "watch": "projen watch", "projen": "projen" }, "author": { "name": "Amazon Web Services", "url": "https://aws.amazon.com", "organization": true }, "devDependencies": { "@cdklabs/eslint-plugin": "^2.0.5", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", "@types/node": "^20", "@types/semver": "^7.7.1", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "commit-and-tag-version": "^12", "constructs": "^10.0.0", "eslint": "^9", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.2", "eslint-plugin-jsdoc": "^62.9.0", "eslint-plugin-prettier": "^4.2.5", "jest": "^29.7.0", "jest-junit": "^16", "jsii": "5.9", "jsii-diff": "^1.130.0", "jsii-pacmak": "^1.130.0", "jsii-rosetta": "5.9", "license-checker": "^25.0.1", "mock-fs": "^5.5.0", "nx": "^22.7.2", "prettier": "^2.8", "projen": "^0.99.61", "ts-jest": "^29.4.9", "tsx": "^4.22.0", "typescript": "5.9", "typescript-json-schema": "^0.67.2" }, "dependencies": { "jsonschema": "^1.5.0", "semver": "^7.8.0" }, "bundledDependencies": [ "jsonschema", "semver" ], "keywords": [ "aws", "cdk" ], "engines": { "node": ">= 18.0.0" }, "devEngines": { "packageManager": { "name": "yarn", "version": ">=4", "onFail": "ignore" } }, "main": "lib/index.js", "license": "Apache-2.0", "homepage": "https://github.com/aws/aws-cdk", "publishConfig": { "access": "public" }, "version": "53.27.0", "packageManager": "yarn@4.13.0", "types": "lib/index.d.ts", "stability": "stable", "jsii": { "outdir": "dist", "targets": { "java": { "package": "software.amazon.awscdk.cloudassembly.schema", "maven": { "groupId": "software.amazon.awscdk", "artifactId": "cdk-cloud-assembly-schema" } }, "python": { "distName": "aws-cdk.cloud-assembly-schema", "module": "aws_cdk.cloud_assembly_schema", "classifiers": [ "Framework :: AWS CDK", "Framework :: AWS CDK :: 2" ] }, "dotnet": { "namespace": "Amazon.CDK.CloudAssembly.Schema", "packageId": "Amazon.CDK.CloudAssembly.Schema", "iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png" }, "go": { "moduleName": "github.com/cdklabs/cloud-assembly-schema-go" } }, "tsc": { "outDir": "lib", "rootDir": "lib" }, "excludeTypescript": [ "**/test/**/*.ts" ], "projectReferences": true }, "installConfig": { "hoistingLimits": "workspaces" }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"." }