@bonginkan/maria
Version:
Intelligent CLI Assistant with Multi-Model AI Support - Zero Configuration, Privacy First
122 lines • 3.41 kB
JSON
{
"name": "@bonginkan/maria",
"version": "1.0.5",
"description": "Intelligent CLI Assistant with Multi-Model AI Support - Zero Configuration, Privacy First",
"keywords": [
"ai",
"cli",
"assistant",
"gpt",
"claude",
"gemini",
"local-llm",
"lm-studio",
"ollama",
"developer-tools",
"code-assistant",
"ai-cli",
"command-line",
"typescript"
],
"author": "Bonginkan Inc.",
"license": "MIT",
"homepage": "https://github.com/bonginkan/maria",
"repository": {
"type": "git",
"url": "git+https://github.com/bonginkan/maria.git"
},
"bugs": {
"url": "https://github.com/bonginkan/maria/issues"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"maria": "./bin/maria",
"mc": "./bin/maria"
},
"files": [
"dist",
"bin",
"README.md",
"LICENSE"
],
"type": "commonjs",
"engines": {
"node": ">=18.0.0 <=22.0.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prebuild": "pnpm run clean",
"postbuild": "chmod +x bin/maria",
"test": "vitest",
"test:coverage": "vitest --coverage",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"typecheck": "tsc --noEmit",
"prepublishOnly": "pnpm run build",
"release": "pnpm version patch && pnpm publish",
"release:latest": "pnpm publish && npm dist-tag add @bonginkan/maria@$(npm pkg get version | tr -d '\"') latest",
"release:alpha": "pnpm publish --tag alpha",
"release:beta": "pnpm publish --tag beta"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.20.0",
"@google/generative-ai": "^0.1.0",
"@langchain/core": "^0.1.0",
"@sindresorhus/slugify": "^2.2.1",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"commander": "^12.0.0",
"console-table-printer": "^2.14.6",
"dotenv": "^16.4.1",
"figlet": "^1.7.0",
"fs-extra": "^11.2.0",
"gpt-3-encoder": "^1.1.4",
"groq-sdk": "^0.3.0",
"ink": "^4.4.1",
"ink-select-input": "^5.0.0",
"ink-spinner": "^4.0.3",
"ink-text-input": "^5.0.1",
"inquirer": "^12.0.0",
"jsonwebtoken": "^9.0.2",
"node-fetch": "^3.3.2",
"openai": "^4.28.0",
"ora": "^8.0.1",
"p-limit": "^5.0.0",
"prompts": "^2.4.2",
"react": "^18.2.0",
"strip-ansi": "^7.1.0",
"uuid": "^9.0.1",
"winston": "^3.11.0",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/cli-progress": "^3.11.5",
"@types/figlet": "^1.5.8",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.0",
"@types/react": "^18.2.48",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^1.2.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}