/
Nspection
/
rules-manager-mcp
Обзор
Документация
Войти
/
Nspection
/
rules-manager-mcp
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
package.json
29 строк
865 B
Buglov Evgeny
Покрытие unit тестами
08 мар 2026, 22:16
08 мар 2026, 22:16
5c01609
Код
Авторство
О чём код?
{ "name": "rules-manager-mcp", "version": "1.0.0", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "node scripts/run-tests-sequential.js", "test:jest": "jest --passWithNoTests", "test:unit": "jest --testPathPattern=__tests__ --passWithNoTests", "test:integration": "jest --testPathPattern=MCP\\ Tools\\ Tests/tests --passWithNoTests", "test:watch": "jest --watch", "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", "test:coverage": "jest --coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" } }