UNPKG

@sodacore/cli

Version:

Sodacore CLI is a plugin that offers CLI functionality within the framework.

67 lines (66 loc) 1.22 kB
{ "name": "@sodacore/cli", "description": "Sodacore CLI is a plugin that offers CLI functionality within the framework.", "version": "0.4.3", "license": "Apache-2.0", "homepage": "https://sodacore.dev", "module": "false", "type": "module", "main": "dist/index.js", "private": false, "publishConfig": { "access": "public" }, "bin": { "sodacore": "bin/main.js" }, "keywords": [ "bun", "@bun", "sodacore", "sodacore-plugin", "soda", "framework", "decorator", "typescript", "engine", "cli", "command-line", "interface", "commands" ], "files": [ "dist" ], "author": { "name": "Sodacore Team", "email": "sodacoredev@gmail.com", "url": "https://sodacore.dev" }, "bugs": { "url": "https://github.com/sodacore/core/issues", "email": "sodacoredev@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/sodacore/core.git", "directory": "packages/cli" }, "engines": { "bun": ">=1.2.23" }, "scripts": { "build": "tsc", "build:watch": "tsc --watch" }, "devDependencies": { "@types/bun": "^1.3.0" }, "peerDependencies": { "typescript": "^5.9.3" }, "dependencies": { "@clack/prompts": "^0.11.0", "picocolors": "^1.1.1" } }