{
  "name": "cdk-dia",
  "version": "0.12.3",
  "description": "🎡 Automated diagrams of CDK provisioned infrastructure",
  "scripts": {
    "build-watch": "tsc --watch",
    "build": "tsc",
    "prepublishOnly": "./scripts/npm-prepare.sh",
    "test": "tsc && jest"
  },
  "bin": {
    "cdk-dia": "dist/bin/cli.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "icons"
  ],
  "author": "Tom Roshko @pistazie",
  "license": "MIT",
  "dependencies": {
    "aws-cdk-lib": "^2.201.0",
    "constructs": "^10.4.5",
    "chalk": "^4.1.2",
    "colors": "^1.4.0",
    "fs-extra": "^11.3.0",
    "hasbin": "^1.2.3",
    "lodash": "^4.17.21",
    "sanitize-filename": "^1.6.3",
    "terminal-link": "^2.1.1",
    "ts-graphviz": "^2.1.6",
    "values.js": "^2.1.1",
    "word-wrap": "^1.2.5",
    "yargs": "^17.0.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-typescript": "^7.27.1",
    "@types/glob": "^9.0.0",
    "@types/hasbin": "^1.2.2",
    "@types/jest": "^29.5.14",
    "@types/jest-specific-snapshot": "^0.5.9",
    "@types/lodash": "^4.17.17",
    "@types/node": "^24.0.1",
    "@types/yargs": "^17.0.33",
    "@typescript-eslint/eslint-plugin": "^8.34.0",
    "@typescript-eslint/parser": "^8.34.0",
    "eslint": "^9.29.0",
    "fast-glob": "^3.3.3",
    "glob": "^11.1.0",
    "jest": "^29.4.3",
    "jest-file-snapshot": "^0.7.0",
    "jest-junit": "^16.0.0",
    "jest-specific-snapshot": "^8.0.0",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pistazie/cdk-dia.git"
  },
  "bugs": {
    "url": "https://github.com/pistazie/cdk-dia/issues"
  },
  "homepage": "https://github.com/pistazie/cdk-dia#readme"
}
