{
  "name": "glissa",
  "version": "0.17.0",
  "description": "Spawn and manage Claude Code sessions with a browser dashboard: a Windows terminal manager with real-time xterm.js streaming",
  "type": "commonjs",
  "main": "server.js",
  "bin": {
    "glissa": "bin/glissa.js"
  },
  "files": [
    "bin/glissa.js",
    "bin/path-doctor.js",
    "scripts/postinstall-path-check.js",
    "dist/",
    "!dist/AGENTS.md",
    "!dist/pictures/",
    "server.js",
    "server/",
    "session/",
    "notifications/",
    "detection/",
    "teamlib/team-registry.js",
    "teamlib/team-orchestrator.js",
    "teamlib/team-output.js",
    "teamlib/team-prompt.js",
    "teamlib/team-git.js",
    "teamlib/team-settings.js",
    "teamlib/team-setup.js",
    "teamlib/project-context.js",
    "teamlib/project-context-core.js",
    "teamlib/markdown.js",
    "teamlib/verdict.js",
    "teams/",
    "shared/states.js",
    "shared/states.esm.js",
    "shared/notification-states.js"
  ],
  "engines": {
    "node": ">=18"
  },
  "os": [
    "win32"
  ],
  "author": "John C. Waters <john@johncwaters.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johncwaters/glissa.git"
  },
  "homepage": "https://github.com/johncwaters/glissa#readme",
  "bugs": {
    "url": "https://github.com/johncwaters/glissa/issues"
  },
  "keywords": [
    "claude",
    "claude-code",
    "terminal",
    "dashboard",
    "session-manager",
    "xterm",
    "windows"
  ],
  "scripts": {
    "start": "node server.js",
    "test": "node --test \"tests/**/*.test.js\"",
    "dev": "vite",
    "dev:server-only": "node server.js",
    "build": "vite build",
    "preview": "vite preview",
    "postinstall": "node scripts/postinstall-path-check.js",
    "prepublishOnly": "node scripts/check-package-files.js && npm run build && node -e \"require('fs').statSync('dist/index.html')\"",
    "release": "node scripts/release.js"
  },
  "dependencies": {
    "@xterm/addon-fit": "^0.11.0",
    "@xterm/addon-webgl": "^0.19.0",
    "@xterm/xterm": "^6.0.0",
    "express": "^4.18.2",
    "node-pty": "^1.1.0",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.5",
    "@tailwindcss/vite": "^4.2.1",
    "tailwindcss": "^4.2.1",
    "vite": "^7.3.2"
  }
}
