sophia-code
Version:
Production-ready agentic CLI code editor with AI-powered coding assistance, planning, and multi-agent delegation. Enterprise-grade security and reliability.
91 lines (90 loc) • 1.98 kB
JSON
{
"name": "sophia-code",
"version": "1.0.0",
"description": "Production-ready agentic CLI code editor with AI-powered coding assistance, planning, and multi-agent delegation. Enterprise-grade security and reliability.",
"main": "lib/index.js",
"bin": {
"sophia": "bin/sophia.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js",
"test": "node scripts/test.js",
"setup-python": "node scripts/setup-python.js",
"check-deps": "node scripts/check-deps.js",
"prepublish-check": "node scripts/prepare-npm-publish.js",
"validate": "node scripts/prepare-npm-publish.js"
},
"keywords": [
"ai",
"coding",
"assistant",
"cli",
"terminal",
"groq",
"python",
"sophia",
"agentic",
"multi-agent",
"production-ready",
"enterprise",
"code-editor",
"planning",
"automation",
"security",
"developer-tools",
"code-generation"
],
"author": "Sophosic-Coder Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sophosic/sophia-code.git"
},
"homepage": "https://github.com/sophosic/sophia-code#readme",
"bugs": {
"url": "https://github.com/sophosic/sophia-code/issues"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {
"chalk": "4.1.2",
"commander": "9.4.1",
"cross-spawn": "7.0.3",
"fs-extra": "11.2.0",
"ora": "5.4.1",
"which": "3.0.1"
},
"devDependencies": {
"jest": "29.7.0"
},
"files": [
"bin/",
"lib/",
"scripts/",
"src/",
"config/",
"plugins/",
"tests/",
"requirements.txt",
"requirements-dev.txt",
"setup.sh",
"pyproject.toml",
"README.md",
"CLAUDE.md",
"AGENTS.md",
"PRODUCTION_READY.md",
"SOPHIA_CLI_GUIDE.md",
"vscode-extension/"
],
"preferGlobal": true,
"publishConfig": {
"access": "public"
}
}