{
  "name": "@pidanmoe/e-commerce-master",
  "version": "1.0.2",
  "module": "dist/index.js",
  "preferGlobal": true,
  "bin": {
    "@pidanmoe/e-commerce-master": "./dist/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "fastmcp dev src/index.ts",
    "inspect": "fastmcp inspect src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "bun run build"
  },
  "keywords": [
    "mcp",
    "fastmcp"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "fastmcp": "3.23.1",
    "zod": "^3.25.67"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5"
  }
}
