{
  "name": "@aws-cdk/cdk",
  "version": "0.8.2",
  "description": "AWS Cloud Development Kit Core Library",
  "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"
        }
      },
      "sphinx": {}
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/aws-cdk.git"
  },
  "scripts": {
    "build": "cdk-build",
    "watch": "cdk-watch",
    "lint": "cdk-lint",
    "test": "cdk-test",
    "pkglint": "pkglint -f",
    "package": "cdk-package"
  },
  "nyc": {
    "lines": 55,
    "branches": 35
  },
  "keywords": [
    "aws",
    "cdk",
    "jsii",
    "cdk-core"
  ],
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/js-base64": "^2.3.1",
    "cdk-build-tools": "^0.8.2",
    "cfn2ts": "^0.8.2",
    "pkglint": "^0.8.2"
  },
  "dependencies": {
    "@aws-cdk/cx-api": "^0.8.2",
    "js-base64": "^2.4.5",
    "json-diff": "^0.3.1"
  },
  "bundledDependencies": [
    "json-diff",
    "js-base64"
  ],
  "homepage": "https://github.com/awslabs/aws-cdk"
}
