{
  "name": "nexarch",
  "version": "0.15.0",
  "description": "Your architecture workspace for AI delivery.",
  "keywords": [
    "nexarch",
    "mcp",
    "architecture",
    "ai"
  ],
  "license": "MIT",
  "author": "Nexarch <hello@nexarch.ai>",
  "homepage": "https://nexarch.ai",
  "engines": {
    "node": ">=18"
  },
  "type": "module",
  "bin": {
    "nexarch": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "tsc",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "test": "tsx scripts/test-mcp-proxy-response.ts && tsx scripts/test-trust-reattest.ts && tsx scripts/test-similar-applications.ts && tsx scripts/test-iac-tool.ts && tsx scripts/test-ansible.ts && tsx scripts/test-reference-sightings.ts && tsx scripts/test-search-icons.ts && tsx scripts/test-paste-login.ts && tsx scripts/test-credentials-resolution.ts && tsx scripts/test-hermes-skills.ts"
  },
  "devDependencies": {
    "@types/node": "^22",
    "tsx": "^4",
    "typescript": "^5"
  },
  "dependencies": {
    "yaml": "^2.9.0"
  }
}
