package.json•1.86 kB
{
"name": "systemprompt-mcp-interview",
"version": "1.0.14",
"description": "A specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios",
"type": "module",
"bin": {
"systemprompt-mcp-interview": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/Ejb503/systemprompt-mcp-interview"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"ajv": "^8.17.1",
"dotenv": "^16.4.7"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.24.0",
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.12",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript-json-schema": "^0.63.0"
},
"keywords": [
"systemprompt",
"mcp",
"model-context-protocol",
"interview",
"roleplay",
"ai"
],
"author": "Ejb503",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Ejb503/systemprompt-mcp-interview/issues"
},
"homepage": "https://systemprompt.io",
"engines": {
"node": ">=18.0.0"
}
}