UNPKG

@aws-cdk/cdk

Version:

Deprecated: this module ha been renamed to @aws-cdk/core

62 lines (61 loc) 1.46 kB
{ "name": "@aws-cdk/cdk", "deprecated": "This module has been renamed to @aws-cdk/core", "version": "0.36.1", "description": "Deprecated: this module ha been renamed to @aws-cdk/core", "main": "lib/index.js", "types": "lib/index.d.ts", "jsii": { "outdir": "dist", "targets": { "java": { "package": "software.amazon.awscdk", "maven": { "groupId": "software.amazon.awscdk", "artifactId": "cdk" } }, "python": { "distName": "aws-cdk.cdk", "module": "aws_cdk.cdk" } } }, "repository": { "type": "git", "url": "https://github.com/awslabs/aws-cdk.git", "directory": "packages/@aws-cdk/cdk" }, "scripts": { "build": "cdk-build", "watch": "cdk-watch", "lint": "cdk-lint", "test": "cdk-test", "pkglint": "pkglint -f", "package": "cdk-package", "awslint": "cdk-awslint", "build+test+package": "npm run build+test && npm run package", "build+test": "npm run build && npm test" }, "keywords": [ "aws", "cdk", "jsii", "cdk-core" ], "author": { "name": "Amazon Web Services", "url": "https://aws.amazon.com", "organization": true }, "license": "Apache-2.0", "devDependencies": { "cdk-build-tools": "^0.36.1", "pkglint": "^0.36.1" }, "homepage": "https://github.com/awslabs/aws-cdk", "engines": { "node": ">= 8.10.0" }, "stability": "deprecated" }