UNPKG

create-toolpad-app

Version:

Create Toolpad apps with one command

52 lines 1.11 kB
{ "name": "create-toolpad-app", "version": "0.16.0", "author": "MUI Team", "description": "Create Toolpad apps with one command", "keywords": [ "react", "toolpad", "mui" ], "repository": { "type": "git", "url": "git+https://github.com/mui/toolpad.git", "directory": "packages/create-toolpad-app" }, "license": "MIT", "bin": { "create-toolpad-app": "./dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18" }, "dependencies": { "@inquirer/prompts": "^6.0.1", "chalk": "5.4.1", "execa": "9.6.0", "invariant": "2.2.4", "semver": "7.7.2", "tar": "7.4.3", "yargs": "17.7.2", "@toolpad/core": "0.16.0", "@toolpad/utils": "0.16.0" }, "devDependencies": { "@types/inquirer": "9.0.8", "@types/invariant": "2.2.37", "@types/node": "^20.19.0", "@types/semver": "7.7.0", "@types/tar": "6.1.13", "@types/yargs": "17.0.33", "terminate": "^2.8.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "check-types": "tsc --noEmit", "test": "vitest run" } }