UNPKG

@canva/cli

Version:

The official Canva CLI.

63 lines 1.23 kB
{ "name": "@canva/cli", "version": "1.20.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", "README.md", "CHANGELOG.md", "lib" ], "dependencies": { "ink": "6.3.1", "react": "^19.2.3", "@modelcontextprotocol/sdk": "1.25.2", "react-docgen-typescript": "2.4.0" }, "keywords": [ "apps sdk", "canva", "cli", "starter kit" ], "engines": { "node": ">=20.10.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" } } }