{
  "name": "@parel/memory-rolling-summary",
  "version": "0.1.19",
  "description": "PAREL plugin for rolling conversation memory summaries.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/parall-hq/parel-oss.git",
    "directory": "js/plugins/memory-rolling-summary"
  },
  "bugs": {
    "url": "https://github.com/parall-hq/parel-oss/issues"
  },
  "homepage": "https://github.com/parall-hq/parel-oss#readme",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "parel.plugin.json",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@parel/plugin-sdk": "0.15.0"
  },
  "devDependencies": {
    "tsup": "^8.0.0",
    "typescript": "^5.8.0",
    "vitest": "^4.1.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run --passWithNoTests",
    "lint": "biome check src/"
  }
}