{
  "name": "@slope-dev/slope",
  "version": "1.64.1",
  "description": "Quantified sprint metrics for AI-assisted development. Scorecards, handicap tracking, and real-time agent guidance for Claude Code, Cursor, Windsurf, Cline, and OpenCode.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./adapters": {
      "types": "./dist/adapters.d.ts",
      "import": "./dist/adapters.js"
    },
    "./store-pg": {
      "types": "./dist/store-pg/index.d.ts",
      "import": "./dist/store-pg/index.js"
    },
    "./mcp": {
      "types": "./dist/mcp/index.d.ts",
      "import": "./dist/mcp/index.js"
    }
  },
  "pi": {
    "extensions": [
      "./packages/pi-extension/dist/index.js"
    ]
  },
  "bin": {
    "slope": "dist/cli/index.js",
    "mcp-slope-tools": "dist/mcp/index.js"
  },
  "files": [
    "dist",
    "packages/pi-extension/dist",
    "src/core/workflows",
    "templates",
    "README.md"
  ],
  "scripts": {
    "prepare": "tsc",
    "build": "tsc && cd packages/pi-extension && tsc",
    "test": "vitest run",
    "test:pg": "SLOPE_TEST_PG_URL=postgresql://postgres:slope@localhost:5432/slope_test vitest run tests/store-pg/",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "pnpm run build",
    "version:bump": "node scripts/version-bump.mjs"
  },
  "keywords": [
    "sprint",
    "scoring",
    "retro",
    "retrospective",
    "slope",
    "performance",
    "developer-tools",
    "ai-coding",
    "agent-guidance",
    "claude-code",
    "cursor",
    "windsurf",
    "cline",
    "mcp",
    "cli"
  ],
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/srbryers/slope.git"
  },
  "engines": {
    "node": ">=18",
    "pnpm": ">=9"
  },
  "packageManager": "pnpm@10.32.1",
  "dependencies": {
    "@clack/prompts": "^1.0.1",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "better-sqlite3": "^11.0.0",
    "sqlite-vec": "0.1.7-alpha.2",
    "yaml": "^2.8.2",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "0.68.1",
    "@sinclair/typebox": "0.34.49",
    "@anthropic-ai/sdk": "^0.78.0",
    "@types/better-sqlite3": "^7.6.0",
    "@types/node": "^25.3.0",
    "@types/pg": "^8.11.0",
    "pg": "^8.18.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "better-sqlite3"
    ]
  }
}
