{ "name": "@soluna-harness/install", "version": "0.1.0", "description": "Auditable Sol/Luna/Terra software-engineering orchestration for Codex and DeepSeek Harness", "type": "module", "license": "MIT", "author": "Jingyu Zhu", "repository": { "type": "git", "url": "git+https://github.com/Leopold-Fitz-AI/soluna-harness.git" }, "homepage": "https://github.com/Leopold-Fitz-AI/soluna-harness#readme", "bugs": { "url": "https://github.com/Leopold-Fitz-AI/soluna-harness/issues" }, "keywords": [ "ai-agents", "codex", "deepseek-harness", "mcp", "multi-agent", "orchestration", "software-engineering" ], "dsh": { "bundle": { "patch": "./dsh/cordis.patch.yml" } }, "engines": { "node": ">=20.0.0" }, "exports": { "./dsh/plugin.js": "./dsh/plugin.js", "./package.json": "./package.json" }, "bin": { "soluna": "dist/cli-entry.js" }, "files": [ "dist", ".codex-plugin", ".mcp.json", "hooks", "skills", "schemas", "templates", "agents", "dsh", "README.md", "LICENSE" ], "scripts": { "build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.json && node -e \"const fs=require('node:fs'); for(const p of ['dist/cli-entry.js','dist/server-entry.js']) fs.chmodSync(p,0o755)\" && esbuild src/server-entry.ts --bundle --platform=node --format=esm --target=node20 --outfile=dist/soluna-mcp.mjs", "check": "tsc -p tsconfig.json --noEmit", "test": "npm run build && vitest run", "test:coverage": "vitest run --coverage", "lint": "eslint .", "prepack": "npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "smol-toml": "^1.8.0", "zod": "^4.3.6" }, "peerDependencies": { "@deepseek-ai/dsh-tools": ">=0.1.0-rc.7 <0.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-tools": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.8", "@types/node": "^24.10.0", "@vitest/coverage-v8": "^4.1.11", "esbuild": "^0.28.2", "eslint": "^9.39.0", "typescript": "^6.0.2", "typescript-eslint": "^8.57.0", "vitest": "^4.1.11" }, "publishConfig": { "access": "public" } }