UNPKG

@canva/create-app

Version:

A command line tool for creating Canva Apps.

30 lines 539 B
{ "name": "@canva/create-app", "version": "0.0.1-beta.30", "description": "A command line tool for creating Canva Apps.", "license": "SEE LICENSE IN LICENSE.md", "author": "Canva Pty Ltd.", "type": "module", "bin": { "create-canva-app": "./cli.js" }, "files": [ "templates", "cli.js", "LICENSE.md", "README.md" ], "dependencies": { "ink": "5.1.0", "react": "18.3.1" }, "keywords": [ "apps sdk", "canva", "cli", "starter kit" ], "engines": { "node": ">=16" } }