{
  "name": "@canva/cli",
  "version": "2.1.0",
  "description": "The official Canva CLI.",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "Canva Pty Ltd.",
  "repository": {
    "directory": "git+https://github.com/canva-sdks/canva-cli.git",
    "type": "git"
  },
  "type": "module",
  "main": "./lib/cjs/index.cjs",
  "module": "./lib/esm/index.mjs",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/cjs/index.cjs",
      "import": "./lib/esm/index.mjs"
    }
  },
  "bin": {
    "canva": "./cli.js"
  },
  "files": [
    "cli.js",
    "LICENSE.md",
    "THIRD_PARTY_LICENSES",
    "README.md",
    "CHANGELOG.md",
    "lib"
  ],
  "dependencies": {
    "ink": "6.3.1",
    "react": "^19.2.3",
    "@modelcontextprotocol/sdk": "1.27.1",
    "react-docgen-typescript": "2.4.0"
  },
  "keywords": [
    "apps sdk",
    "canva",
    "cli",
    "starter kit"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "overrides": {
    "@types/react": "^19.2.0",
    "react-infinite-scroller": {
      "react": "$react"
    },
    "ink": {
      "react": "$react"
    },
    "@inkjs/ui": {
      "ink": "$ink",
      "react": "$react"
    },
    "ink-gradient": {
      "ink": "$ink"
    }
  }
}