{
  "name": "@ds-mate/dsmate-mcp",
  "version": "0.1.45",
  "description": "DS-Mate connector for Accio Work: `login` runs a browser-based DS-Mate login (cli-login flow) and stores credentials locally; running with no arguments starts the DS-Mate MCP server over stdio.",
  "license": "MIT",
  "homepage": "https://ds-mate.com",
  "main": "dist/cli.js",
  "bin": {
    "dsmate": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "start": "node dist/cli.js",
    "dev": "tsx src/cli.ts",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:login": "bash scripts/test-cli-login.sh",
    "test:pack": "bash scripts/test-npm-pack.sh",
    "prepublishOnly": "npm run lint && npm run typecheck && npm run test && npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.18.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^8.15.0",
    "@typescript-eslint/parser": "^8.15.0",
    "eslint": "^9.15.0",
    "eslint-import-resolver-typescript": "^3.6.3",
    "eslint-plugin-import": "^2.31.0",
    "tsx": "^4.19.0",
    "typescript": "^5.3.0",
    "typescript-eslint": "^8.15.0",
    "vitest": "^4.0.17"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "ds-mate",
    "dsmate",
    "accio",
    "dropshipping",
    "shopify",
    "aliexpress",
    "temu",
    "etsy",
    "amazon",
    "ebay",
    "tiktok",
    "ecommerce",
    "order-fulfillment",
    "ai-agent",
    "cli"
  ],
  "author": {
    "name": "DS-Mate",
    "url": "https://ds-mate.com"
  }
}
