UNPKG

@kevinmarrec/create-cloudstack-app

Version:

CLI that scaffolds an opinionated Bun & Vue fullstack application.

41 lines (40 loc) 974 B
{ "name": "@kevinmarrec/create-cloudstack-app", "type": "module", "version": "1.0.0-rc.8", "description": "CLI that scaffolds an opinionated Bun & Vue fullstack application.", "author": "Kevin Marrec <kevin@marrec.io>", "license": "MIT", "homepage": "https://github.com/kevinmarrec/cloudstack/tree/main/packages/create-app#readme", "repository": { "type": "git", "url": "git+https://github.com/kevinmarrec/cloudstack.git", "directory": "packages/create-app" }, "keywords": [ "cloudstack", "cli", "create-app", "template" ], "bin": { "create-cloudstack-app": "dist/index.js" }, "files": [ "dist", "template" ], "scripts": { "build": "tsup --clean --format esm src/index.ts" }, "dependencies": { "@clack/prompts": "^0.10.0", "ansis": "^3.17.0", "pathe": "^2.0.3", "tinyexec": "^1.0.1", "tinyglobby": "^0.2.12" }, "devDependencies": { "@faker-js/faker": "^9.6.0" } }