@sodacore/cli
Version:
Sodacore CLI is a plugin that offers CLI functionality within the framework.
71 lines (70 loc) • 1.35 kB
JSON
{
"name": "@sodacore/cli",
"description": "Sodacore CLI is a plugin that offers CLI functionality within the framework.",
"version": "0.3.22",
"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.1.20"
},
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.6.3"
},
"dependencies": {
"@clack/prompts": "^0.10.0",
"@sodacore/core": "^0.3.22",
"@sodacore/di": "^0.3.22",
"@sodacore/registry": "^0.3.22",
"picocolors": "^1.1.1",
"reflect-metadata": "^0.2.2"
}
}