{
  "name": "cdk-assets",
  "description": "CDK Asset Publishing Tool",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws/aws-cdk-cli",
    "directory": "packages/cdk-assets"
  },
  "bin": {
    "cdk-assets": "bin/cdk-assets",
    "docker-credential-cdk-assets": "bin/docker-credential-cdk-assets"
  },
  "scripts": {
    "build": "npx projen build",
    "bump": "npx projen bump",
    "check-for-updates": "npx projen check-for-updates",
    "check-licenses": "npx projen check-licenses",
    "compile": "npx projen compile",
    "default": "npx projen default",
    "eslint": "npx projen eslint",
    "gather-versions": "npx projen gather-versions",
    "nx": "npx projen nx",
    "package": "npx projen package",
    "post-compile": "npx projen post-compile",
    "pre-compile": "npx projen pre-compile",
    "test": "npx projen test",
    "test:watch": "npx projen test:watch",
    "unbump": "npx projen unbump",
    "watch": "npx projen watch",
    "projen": "npx projen"
  },
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com",
    "organization": true
  },
  "devDependencies": {
    "@aws-cdk/cloud-assembly-schema": "48.4.0",
    "@aws-sdk/client-s3": "^3.859.0",
    "@cdklabs/eslint-plugin": "^1.3.2",
    "@stylistic/eslint-plugin": "^3",
    "@types/jest": "^29.5.14",
    "@types/node": "^16",
    "@types/yargs": "^17.0.33",
    "@typescript-eslint/eslint-plugin": "^8",
    "@typescript-eslint/parser": "^8",
    "aws-sdk-client-mock": "^4.1.0",
    "commit-and-tag-version": "^12",
    "constructs": "^10.0.0",
    "eslint": "^9",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^3.10.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^28.14.0",
    "eslint-plugin-jsdoc": "^50.8.0",
    "eslint-plugin-prettier": "^5.5.3",
    "jest": "^29.7.0",
    "jest-junit": "^16",
    "license-checker": "^25.0.1",
    "node-backpack": "^1.1.1",
    "prettier": "^2.8",
    "ts-jest": "^29.4.1",
    "typescript": "5.8",
    "@aws-cdk/cdk-assets-lib": "^1.0.3",
    "yargs": "^17.7.2"
  },
  "dependencies": {},
  "keywords": [
    "aws",
    "cdk"
  ],
  "engines": {
    "node": ">= 18.0.0"
  },
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "homepage": "https://github.com/aws/aws-cdk",
  "publishConfig": {
    "access": "public"
  },
  "version": "4.2.0",
  "types": "lib/index.d.ts",
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}