{ "name": "mcp-paperclip", "version": "1.0.0", "description": "MCP Server para Paperclip AI — gestao de agentes, issues, rotinas e governance", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "start:http": "node dist/index-http.js", "dev": "tsc --watch", "test": "NODE_OPTIONS='--experimental-vm-modules' jest", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "quality:check": "npm run lint && npm run format:check && npm run build && npm run test" }, "author": "Descomplicar", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^16.6.1", "winston": "^3.19.0", "zod": "^3.25.76" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^22.19.17", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", "jest": "^30.3.0", "prettier": "^3.8.1", "ts-jest": "^29.4.9", "typescript": "^5.9.3" } }