@nomyx/assistant
Version:
A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)
142 lines (141 loc) • 4 kB
JSON
{
"name": "@nomyx/assistant",
"version": "2.5.0",
"description": "A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publisher": "Nomyx",
"repository": {
"type": "git",
"url": "https://github.com/nomyx-io/ai-assistant.git"
},
"scripts": {
"start": "ts-node src/cli.ts",
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:providers": "ts-node src/test-providers.ts",
"ai": "node bin/ai.js"
},
"keywords": [
"AI",
"assistant",
"TypeScript"
],
"author": "Sebastian Schepis <sebastian.s@nomyx.io>",
"license": "ISC",
"devDependencies": {
"@types/astring": "^1.3.0",
"@types/blessed": "^0.1.25",
"@types/cli-progress": "^3.11.5",
"@types/diff": "^5.2.2",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.6",
"@types/lru-cache": "^7.10.9",
"@types/marked-terminal": "^6.1.1",
"@types/node": "^20.16.2",
"@types/play-sound": "^1.1.2",
"@types/shelljs": "^0.8.15",
"@types/validator": "^13.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"whisper-node": "^1.1.1"
},
"bin": {
"assistant": "./bin/ai.js",
"ai": "./bin/ai.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"@anthropic-ai/vertex-sdk": "^0.4.0",
"@google-cloud/vertexai": "^1.8.1",
"@inquirer/prompts": "^5.1.2",
"@mozilla/readability": "^0.5.0",
"@nomyx-ai/ai-node-debugger": "^0.0.3",
"@phenomnomnominal/tsquery": "^6.1.3",
"@ricky0123/vad-node": "^0.0.2",
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs-node": "^4.20.0",
"@types/expr-eval": "^1.0.2",
"@wangnene2/chart": "^1.0.18",
"@xenova/transformers": "^2.17.2",
"ascii-chart": "^1.3.3",
"ascii-charts": "^0.0.1",
"asciichart": "^1.5.25",
"astring": "^1.9.0",
"axios": "^1.7.2",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.6.0",
"chromadb": "^1.8.1",
"chromadb-default-embed": "^2.13.2",
"cli-chart": "^0.3.1",
"cli-highlight": "^2.1.11",
"cli-progress": "^3.12.0",
"directory-tree": "^3.5.1",
"dotenv": "^16.4.5",
"enquirer": "^2.4.1",
"eslint": "^9.6.0",
"eventemitter3": "^5.0.1",
"expr-eval": "^2.0.2",
"figlet": "^1.7.0",
"flatted": "^3.3.1",
"glow": "^1.2.2",
"grep": "^0.1.0",
"gun": "^0.2020.1240",
"hardhat": "^2.21.0",
"inversify": "^6.0.2",
"jest-fetch-mock": "^3.0.3",
"joi": "^17.13.3",
"js-yaml": "^4.1.0",
"jscodeshift": "^0.15.2",
"jsdom": "^24.0.0",
"json5": "^2.2.3",
"jsonschema": "^1.4.1",
"lru-cache": "^10.4.3",
"markdown": "^0.5.0",
"marked": "^13.0.0",
"marked-terminal": "^7.1.0",
"mermaid": "^10.9.1",
"minisearch": "^6.3.0",
"natural": "^7.0.6",
"node-fetch": "^3.3.2",
"npm-check": "^6.0.1",
"onnxruntime-node": "^1.17.0",
"open": "^10.1.0",
"openai": "^4.28.0",
"ora": "^5.4.1",
"play-sound": "^1.1.6",
"playht": "^0.9.8",
"prettier": "^3.3.2",
"puppeteer": "^22.3.0",
"readline": "^1.3.0",
"sed-lite": "^1.0.0",
"shelljs": "^0.8.5",
"simple-git": "^3.25.0",
"speaker": "^0.5.5",
"terminal-kit": "^3.1.1",
"test-package": "^0.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"unique-username-generator": "^1.3.0",
"validator": "^13.12.0",
"vectra": "^0.7.6",
"vm": "^0.1.0",
"vm2": "^3.9.19",
"vscode": "^1.1.37",
"wav-decoder": "^1.3.0",
"winston": "^3.13.0",
"winston-transport": "^4.7.0",
"yaml": "^2.3.4",
"yaml-front-matter": "^4.1.1",
"ytdl-core": "^4.11.5",
"zod": "^3.23.8"
}
}