{ "name": "axiom-mcp", "version": "27.1.2", "description": "MCP server for Axiom — Apple-platform development skills, agents, and tools", "type": "module", "main": "dist/index.js", "bin": { "axiom-mcp": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "clean": "rm -rf dist", "build": "rm -rf dist && tsc", "build:bundle": "rm -rf dist && tsc && node dist/scripts/generate-annotations.js && node dist/scripts/bundle.js", "annotations": "tsc && node dist/scripts/generate-annotations.js", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build:bundle", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "mcp", "ios", "swift", "swiftui", "xcode", "development", "axiom" ], "author": "Charles Wiltgen", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/CharlesWiltgen/Axiom.git", "directory": "axiom-mcp" }, "homepage": "https://charleswiltgen.github.io/Axiom/start/mcp-install", "bugs": { "url": "https://github.com/CharlesWiltgen/Axiom/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "gray-matter": "^4.0.3", "minisearch": "^7.2.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.3.0", "vitest": "^4.0.17" }, "engines": { "node": ">=18.0.0" } }