{
  "name": "@lwelliott/cortex-spm",
  "version": "1.10.28",
  "description": "CLI-driven software project manager with a React dashboard and AI chat integration",
  "bin": {
    "cortex-spm": "dist/cortex-spm"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "build:dev": "node scripts/dev.js",
    "start": "node src/bin/cli.js start",
    "prepublishOnly": "npm run verify:deps && npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "verify:deps": "node scripts/verify-deps.js",
    "test:e2e": "node scripts/e2e-run.js --video=on --screenshot=only-on-failure --tracing=retain-on-failure -m \"(e2e or integration) and web\" -p no:cacheprovider",
    "test:e2e:setup": "python -m pip install -r tests/e2e/requirements.txt && python -m playwright install chromium",
    "test:e2e:headed": "node scripts/e2e-run.js --video=on --screenshot=only-on-failure --tracing=retain-on-failure -m \"(e2e or integration) and web\" -p no:cacheprovider --headed",
    "test:e2e:debug": "PWDEBUG=1 node scripts/e2e-run.js --video=on --screenshot=only-on-failure --tracing=retain-on-failure -m \"(e2e or integration) and web\" -p no:cacheprovider --headed -s",
    "cleanup:dry-run": "bash scripts/cleanup-stray-artifacts.sh --dry-run",
    "cleanup": "bash scripts/cleanup-stray-artifacts.sh --force",
    "test:cleanup": "bash tests/integration/cleanup-stray-artifacts.sh",
    "test:integration:gate": "node scripts/subsecond-gate.js",
    "test:verification": "vitest run tests/other/verification"
  },
  "keywords": [
    "cortex",
    "spm",
    "project-management",
    "cli",
    "dashboard",
    "react"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lwelliot/cortex-spm.git"
  },
  "bugs": {
    "url": "https://github.com/lwelliot/cortex-spm/issues"
  },
  "homepage": "https://github.com/lwelliot/cortex-spm#readme",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "locales/",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "dependencies": {
    "better-sqlite3": "^12.10.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "express": "^4.21.0",
    "highlight.js": "^11.11.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-markdown": "^10.1.0",
    "react-router-dom": "^6.30.3",
    "rehype-sanitize": "^6.0.0",
    "remark-gfm": "^4.0.1",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^14.3.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^18.3.29",
    "@types/react-dom": "^18.3.7",
    "esbuild": "^0.19.12",
    "jsdom": "^29.1.1",
    "typescript": "^5.8.0",
    "vitest": "^1.6.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "// overrides": "Pins marked-terminal to 3.3.0 to resolve peer dependency warnings from gh@2.8.9 transitive dependency chain (gh -> @oclif/core -> marked-terminal). Remove when gh upgrades its marked-terminal peer range.",
  "overrides": {
    "marked-terminal": "3.3.0"
  },
  "allowScripts": {
    "better-sqlite3@12.10.0": true
  }
}
