{ "name": "@cynicalsally/cli", "version": "0.7.0", "mcpName": "io.github.w1ckedxt/cynicalsally", "description": "Brutally honest code reviews. Because 'You're absolutely right' is probably absolutely wrong.", "author": "Thomas Geelens", "license": "MIT", "type": "module", "publishConfig": { "provenance": true, "access": "public" }, "bin": { "sally": "./dist/index.js", "sally-mcp": "./dist/mcp-server.js" }, "main": "./dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "code-review", "cli", "ai", "linter", "roast", "cynical-sally", "developer-tools", "code-quality" ], "repository": { "type": "git", "url": "https://github.com/w1ckedxt/cynical-sally.git" }, "homepage": "https://cynicalsally.com", "bugs": { "url": "https://github.com/w1ckedxt/cynical-sally/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "chalk": "^5.4.1", "commander": "^13.1.0", "inquirer": "^12.4.2", "ora": "^8.2.0" }, "devDependencies": { "@types/node": "^22.13.5", "typescript": "^5.7.3" } }