{
  "name": "@mizunashi_mana/manage-bg-mcp",
  "version": "0.0.5",
  "description": "Background process management MCP server - Background job management capabilities for AI agent debugging support",
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "manage-bg-mcp": "dist/src/index.js"
  },
  "files": [
    "dist/src/**/*.d.ts",
    "dist/src/**/*.js",
    "LICENSE",
    "LICENSE.Apache-2.0.txt",
    "LICENSE.MPL-2.0.txt",
    "README.md",
    "tsconfig.json"
  ],
  "author": "mizunashi-mana",
  "license": "(Apache-2.0 OR MPL-2.0)",
  "homepage": "https://github.com/mizunashi-mana/manage-bg-mcp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mizunashi-mana/manage-bg-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/mizunashi-mana/manage-bg-mcp/issues"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "background-process",
    "process-management",
    "ai-agent",
    "debugging"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --declaration && tsc-alias",
    "dev": "tsc --watch",
    "test": "vitest --run --coverage",
    "test:unit": "vitest --run --coverage test/unit",
    "test:integration": "vitest --run test/integration",
    "lint": "git ls-files -- '*.ts' '*.mjs' '*.js' | xargs eslint --cache --fix",
    "typecheck": "tsc --noEmit",
    "start": "node dist/src/index.js",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.2",
    "inversify": "^7.7.1",
    "uuid": "^11.1.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
    "@eslint/js": "^9.33.0",
    "@mizunashi_mana/claude-code-hook-sdk": "^6.0.0",
    "@stylistic/eslint-plugin": "^5.2.3",
    "@types/node": "^24.2.1",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.33.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import-x": "^4.16.1",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-n": "^17.21.3",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-unused-imports": "^4.2.0",
    "globals": "^16.3.0",
    "jiti": "^2.5.1",
    "tsc-alias": "^1.8.16",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.39.1",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.2.4"
  }
}
