UNPKG

create-start-ui

Version:

Scaffold a new Start-UI project

63 lines 1.53 kB
{ "name": "create-start-ui", "description": "Scaffold a new Start-UI project", "version": "2.0.1", "license": "MIT", "type": "module", "bin": { "create-start-ui": "dist/index.js" }, "author": { "name": "Renan Decamps", "email": "renan.decamps@gmail.com", "url": "https://github.com/decampsrenan" }, "keywords": [ "create-start-ui", "start-ui", "start-ui-web", "start-ui-native" ], "bugs": { "url": "https://github.com/bearstudio/create-start-ui/issues" }, "homepage": "https://github.com/bearstudio/create-start-ui#readme", "files": [ "build" ], "dependencies": { "@inquirer/prompts": "7.5.0", "@sentry/node": "9.14.0", "@swan-io/boxed": "3.2.0", "chalk": "5.4.1", "commander": "13.1.0", "conf": "13.1.0", "execa": "9.5.2", "fs-extra": "11.2.0", "ky": "1.7.4", "move-file": "3.1.0", "ora": "8.1.1", "tar": "7.4.3", "tempy": "3.1.0", "ts-pattern": "5.7.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@commander-js/extra-typings": "13.1.0", "@types/fs-extra": "11.0.4", "@types/node": "20.8.2", "@vercel/ncc": "0.38.3", "lefthook": "1.11.9", "typescript": "5.7.3" }, "engines": { "node": ">=20" }, "scripts": { "check": "biome check", "dev": "pnpm link-cli && pnpm build --watch", "link-cli": "(pnpm uninstall --global create-start-ui || true) && pnpm link --global", "build": "ncc build src/index.ts -o dist", "test": "true" } }