{
  "name": "x-zsh",
  "version": "0.7.2",
  "description": "Drop-in animated terminal walkthroughs as a custom element. Write a session in plain text; it renders an animated p10k-style zsh, isolated in Shadow DOM. Zero config, no build, not an emulator.",
  "main": "x-zsh.js",
  "module": "x-zsh.js",
  "unpkg": "x-zsh.min.js",
  "jsdelivr": "x-zsh.min.js",
  "types": "x-zsh.d.ts",
  "exports": {
    ".": {
      "types": "./x-zsh.d.ts",
      "default": "./x-zsh.js"
    }
  },
  "sideEffects": true,
  "files": [
    "x-zsh.js",
    "x-zsh.min.js",
    "x-zsh.d.ts",
    "icons",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "python3 -m http.server 8000",
    "build": "esbuild x-zsh.js --minify --legal-comments=none --target=es2019 --outfile=x-zsh.min.js"
  },
  "devDependencies": {
    "esbuild": "^0.24.0"
  },
  "keywords": [
    "terminal",
    "shell",
    "zsh",
    "web-component",
    "custom-element",
    "animation",
    "walkthrough",
    "cli",
    "console",
    "tutorial",
    "progress-bar",
    "spinner",
    "shadow-dom",
    "powerlevel10k",
    "asciinema-alternative"
  ],
  "author": "Rocky <smrockypk@gmail.com>",
  "license": "MIT",
  "homepage": "https://i-rocky.github.io/x-zsh/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i-rocky/x-zsh.git"
  },
  "bugs": {
    "url": "https://github.com/i-rocky/x-zsh/issues"
  }
}
