{ "name": "@theyahia/moysklad-mcp", "version": "3.1.0", "description": "MCP server for MoySklad — warehouse, inventory, orders, reports (Russia)", "type": "module", "main": "dist/index.js", "bin": { "moysklad-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"", "lint:fix": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\" \"*.json\"", "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\" \"*.json\"", "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage", "prepublishOnly": "npm run build", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@eslint/js": "^9.39.4", "@types/node": "^22.0.0", "@vitest/coverage-v8": "^4.1.9", "eslint": "^9.39.4", "eslint-config-prettier": "^9.1.2", "husky": "^9.1.7", "lint-staged": "^15.5.2", "prettier": "^3.8.4", "tsx": "^4.19.0", "typescript": "^5.7.0", "typescript-eslint": "^8.62.0", "vitest": "^4.1.9" }, "lint-staged": { "*.ts": [ "eslint --fix", "prettier --write" ], "*.{json,md}": [ "prettier --write" ] }, "publishConfig": { "access": "public" }, "mcpName": "io.github.theYahia/moysklad-mcp", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "ai", "russian-api", "moysklad", "warehouse", "inventory", "products", "orders", "counterparties", "supply", "reports", "webhooks", "shipments", "russian-mcp", "api", "typescript", "erp" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theYahia/moysklad-mcp.git" }, "bugs": { "url": "https://github.com/theYahia/moysklad-mcp/issues" }, "homepage": "https://github.com/theYahia/moysklad-mcp#readme", "author": { "name": "Yahia", "url": "https://github.com/theYahia" } }