@symindx/cli
Version:
SYMindX - AI Agent Framework CLI with NyX agent
59 lines (58 loc) • 1.27 kB
JSON
{
"name": "@symindx/cli",
"version": "1.0.2",
"description": "SYMindX - AI Agent Framework CLI with NyX agent",
"main": "dist/index.js",
"type": "module",
"bin": {
"symindx": "./dist/cli.js"
},
"scripts": {
"build": "tsc --skipLibCheck",
"prepare": "npm run build",
"start": "node dist/cli.js"
},
"keywords": [
"ai",
"agent",
"cli",
"openai",
"chatbot",
"nyx",
"symindx",
"artificial-intelligence",
"llm"
],
"author": "SYMindX Team",
"license": "MIT",
"dependencies": {
"@inquirer/prompts": "^7.6.0",
"better-sqlite3": "^11.5.0",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"dotenv": "^16.4.7",
"figlet": "^1.8.1",
"gradient-string": "^3.0.0",
"openai": "^4.75.0",
"ora": "^8.2.0",
"uuid": "^11.0.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/figlet": "^1.7.0",
"@types/node": "^22.15.34",
"typescript": "^5.8.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/symbaiex/symindx"
},
"bugs": {
"url": "https://github.com/symbaiex/symindx/issues"
},
"homepage": "https://github.com/symbaiex/symindx#readme"
}