UNPKG

@morphixai/code

Version:

Rapidly build and ship ready-to-use cross-platform mini-apps with AI-powered development experience

81 lines 1.88 kB
{ "name": "@morphixai/code", "version": "1.1.13", "description": "Rapidly build and ship ready-to-use cross-platform mini-apps with AI-powered development experience", "type": "module", "publishConfig": { "access": "public" }, "bin": { "morphixai": "./bin/morphixai.js", "morphix": "./bin/morphixai.js" }, "main": "./src/index.js", "dependencies": { "commander": "^11.0.0", "inquirer": "^9.0.0", "chalk": "^5.0.0", "ora": "^7.0.0", "fs-extra": "^11.0.0", "chokidar": "^3.5.3", "vite": "^5.0.0", "@vitejs/plugin-react": "^4.0.0", "@tailwindcss/vite": "^4.1.11", "tailwindcss": "^4.1.11", "execa": "^8.0.0", "node-fetch": "^3.0.0", "open": "^10.0.0", "kill-port": "^2.0.1", "qrcode.react": "^4.2.0", "react": "19.0.0", "react-dom": "19.0.0", "ionicons": "^7.4.0", "@ionic/react": "8.6.2" }, "files": [ "bin", "src", "templates-registry.json", "prompts-registry.json", "README.md", "CHANGELOG.md" ], "keywords": [ "morphixai", "baibian", "cli", "mini-app", "miniapp", "react", "ionic", "mobile", "cross-platform", "ai-development", "template", "generator", "framework", "development-tools", "app-builder", "rapid-development" ], "author": "MorphixAI", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Morphicai/morphixai-code.git", "directory": "packages/cli" }, "bugs": { "url": "https://github.com/Morphicai/morphixai-code/issues" }, "homepage": "https://github.com/Morphicai/morphixai-code#readme", "engines": { "node": ">=18.0.0" }, "scripts": { "dev": "node src/commands/dev.js", "build": "node src/commands/build.js", "test": "echo \"No tests yet\"", "lint": "echo \"No linting yet\"" } }