UNPKG

mcp-casual-interview

Version:

MCP server for casual interview preparation workflow management

54 lines (53 loc) 1.45 kB
{ "name": "mcp-casual-interview", "version": "1.0.0", "description": "MCP server for casual interview preparation workflow management", "type": "module", "main": "dist/index.js", "bin": { "mcp-casual-interview": "./bin/start.js" }, "files": [ "dist/**/*", "bin/**/*" ], "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run typecheck && npm run build", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "test": "vitest", "test:ui": "vitest --ui" }, "dependencies": { "@modelcontextprotocol/sdk": "1.15.1", "neverthrow": "^8.2.0", "zod": "^3.24.5" }, "devDependencies": { "@types/node": "^22.10.5", "@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/parser": "^8.21.0", "@vitest/ui": "^3.2.3", "eslint": "^9.18.0", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^3.2.3" }, "author": "yoda keisuke", "license": "MIT", "keywords": ["mcp", "model-context-protocol", "interview", "career", "preparation", "workflow"], "repository": { "type": "git", "url": "git+https://github.com/ykeisuke/mcp-casual-interview.git" }, "homepage": "https://github.com/ykeisuke/mcp-casual-interview#readme", "bugs": { "url": "https://github.com/ykeisuke/mcp-casual-interview/issues" }, "engines": { "node": ">=18.0.0" } }