{
  "name": "@flowstatepm/cortex",
  "version": "0.1.3",
  "description": "Working memory for AI agents — persistent cognitive state per project",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "cortex": "dist/transports/cli.js"
  },
  "files": [
    "dist",
    "hooks",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "gate": "node dist/transports/cli.js eval-gate"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShuromiU/Cortex.git"
  },
  "bugs": {
    "url": "https://github.com/ShuromiU/Cortex/issues"
  },
  "homepage": "https://github.com/ShuromiU/Cortex#readme",
  "keywords": [
    "ai",
    "memory",
    "mcp",
    "context",
    "cognitive-state",
    "claude-code",
    "working-memory"
  ],
  "author": "ShuromiU",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "better-sqlite3": "^12.8.0",
    "commander": "^14.0.3"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^25.5.2",
    "typescript": "^6.0.2",
    "vitest": "^4.1.3"
  }
}
