@juspay/neurolink
Version:
Universal AI Development Platform with external MCP server integration, multi-provider support, and professional CLI. Connect to 65+ MCP servers for filesystem, GitHub, database operations, and more. Build, test, and deploy AI applications with 9 major pr
163 lines (162 loc) • 3.95 kB
JSON
{
"name": "@juspay/neurolink",
"version": "1.6.0",
"description": "Universal AI Development Platform with external MCP server integration, multi-provider support, and professional CLI. Connect to 65+ MCP servers for filesystem, GitHub, database operations, and more. Build, test, and deploy AI applications with 9 major providers: OpenAI, Anthropic, Google AI, AWS Bedrock, Azure, Hugging Face, Ollama, and Mistral AI.",
"author": {
"name": "Juspay Technologies",
"email": "support@juspay.in",
"url": "https://juspay.io"
},
"license": "MIT",
"homepage": "https://github.com/juspay/neurolink#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/juspay/neurolink.git"
},
"bugs": {
"url": "https://github.com/juspay/neurolink/issues"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/juspay"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0",
"pnpm": ">=8.0.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build && pnpm run prepack",
"build:cli": "echo 'Building CLI...' && tsc --project tsconfig.cli.json",
"cli": "node dist/cli/index.js",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"prepack": "svelte-kit sync && svelte-package && pnpm run build:cli && publint",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"test:run": "vitest run",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"changeset": "changeset",
"changeset:version": "changeset version && git add --all"
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*",
"!dist/**/*.map",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"sideEffects": [
"**/*.css"
],
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"main": "./dist/index.js",
"bin": {
"neurolink": "./dist/cli/index.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json",
"./cli": {
"types": "./dist/cli/index.d.ts",
"import": "./dist/cli/index.js",
"default": "./dist/cli/index.js"
}
},
"dependencies": {
"@ai-sdk/amazon-bedrock": "^1.0.0",
"@ai-sdk/google": "^1.2.19",
"@ai-sdk/google-vertex": "^2.2.0",
"@ai-sdk/openai": "^1.0.0",
"@ai-sdk/mistral": "^1.0.0",
"@huggingface/inference": "^2.8.0",
"ai": "^4.0.0",
"chalk": "^5.3.0",
"dotenv": "^16.5.0",
"inquirer": "^9.2.15",
"ora": "^7.0.1",
"playwright": "^1.52.0",
"yargs": "^17.7.2",
"zod": "^3.22.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.0.0",
"@types/yargs": "^17.0.33",
"eslint": "^9.0.0",
"prettier": "^3.0.0",
"publint": "^0.3.2",
"puppeteer": "^24.10.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^6.2.6",
"vitest": "^2.0.0"
},
"keywords": [
"ai",
"llm",
"mcp",
"model-context-protocol",
"lighthouse",
"tool-orchestration",
"ai-platform",
"openai",
"anthropic",
"google",
"bedrock",
"vertex",
"streaming",
"tools",
"neurolink",
"juspay",
"svelte",
"chatgpt",
"gpt-4",
"claude",
"gemini",
"ai-sdk",
"typescript",
"cli-tool",
"developer-tools",
"automation",
"machine-learning",
"artificial-intelligence",
"multi-provider",
"ai-agents",
"prompt-engineering",
"ai-workflow",
"universal-ai",
"ai-development",
"llm-integration"
],
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"puppeteer"
]
},
"os": [
"darwin",
"linux",
"win32"
]
}