UNPKG

codizium-cli

Version:

A CLI tool to scaffold Laravel and Node-based modules with ease.

39 lines (38 loc) 919 B
{ "name": "codizium-cli", "version": "1.0.1", "description": "A CLI tool to scaffold Laravel and Node-based modules with ease.", "main": "index.js", "bin": { "codizium-cli": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "codizium", "laravel", "create-module", "module", "create-scaffold", "laravel-module" ], "author": "Rapha Panchi <raphapanchi@gmail.com> (https://github.com/ralphxp)", "license": "ISC", "private": false, "repository": { "type": "git", "url": "git+https://github.com/codizium/codizium-cli.git" }, "bugs": { "url": "https://github.com/codizium/codizium-cli/issues" }, "homepage": "https://github.com/codizium/codizium-cli#readme", "dependencies": { "chalk": "^4.1.2", "commander": "^14.0.0", "figlet": "^1.8.1", "ora": "^8.2.0" } }