UNPKG

create-kyrix-app

Version:

A CLI tool to create a Kyrix app.

31 lines 596 B
{ "name": "create-kyrix-app", "version": "1.8.1", "description": "A CLI tool to create a Kyrix app.", "main": "index.js", "bin": { "create-kyrix-app": "./index.js" }, "scripts": { "start": "node index.js" }, "keywords": [ "cli", "kyrix", "create-kyrix-app", "starter", "boilerplate", "npx" ], "author": "evolvedev-inc", "type": "module", "dependencies": { "@clack/prompts": "^0.7.0", "chalk": "^4.1.2", "degit": "^2.8.4", "node-emoji": "^2.1.3", "ora": "^8.1.0", "prettier": "^3.3.3", "prisma": "^5.19.1" } }