{
  "name": "dsh-session-cleanup",
  "version": "0.2.0",
  "description": "DeepSeek Harness plugin for /nix and /nix quit on dsh-tui: delete the current session, start a new one, and switch the live view.",
  "type": "module",
  "main": "./lib/dsh-entry.js",
  "exports": {
    ".": "./lib/dsh-entry.js"
  },
  "files": [
    "lib",
    "src",
    "config/config.example.json",
    "cordis.patch.yml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npx --yes -p typescript@5.7.3 tsc -p tsconfig.build.json",
    "lint": "npm run build",
    "test:clean": "node -e \"require('node:fs').rmSync('.test-dist', { recursive: true, force: true })\"",
    "pretest": "npm run test:clean",
    "test": "npx --yes -p typescript@5.7.3 tsc -p tsconfig.test.json && node --test .test-dist/test/*.test.js",
    "posttest": "npm run test:clean",
    "check": "npm run lint && npm run test",
    "package:dry-run": "npm pack --dry-run"
  },
  "keywords": [
    "session",
    "cleanup",
    "delete",
    "dsh-tui",
    "session-management",
    "tui",
    "safe-delete",
    "dsh-plugin",
    "dsh"
  ],
  "author": "MasuRii",
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyein-cbio/dsh-session-cleanup.git"
  },
  "bugs": {
    "url": "https://github.com/hyein-cbio/dsh-session-cleanup/issues"
  },
  "homepage": "https://github.com/hyein-cbio/dsh-session-cleanup#readme",
  "overrides": {
    "protobufjs": "7.6.3",
    "ws": "8.21.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3"
  }
}
