{
  "name": "@hass-blocks/terminal-ui-plugin",
  "version": "0.4.9",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "description": "A simple terminal UI for Hass Blocks",
  "engines": {
    "node": ">=18"
  },
  "types": "./dist/public.d.ts",
  "bugs": {
    "url": "https://github.com/benwainwright/hass-blocks/issues",
    "email": "bwainwright28@gmail.com"
  },
  "author": {
    "name": "Ben Wainwright",
    "email": "bwainwright28@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benwainwright/hass-blocks.git",
    "directory": "packages/simple-terminal-logging-plugin"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "development": "./src/index.ts",
      "import": "./dist/index.js",
      "types": "./dist/public.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "src",
    "dist",
    "!**/*.tsbuildinfo"
  ],
  "dependencies": {
    "@hass-blocks/core": "3.17.9",
    "ink": "5.2.0",
    "ink-spinner": "5.0.0",
    "react": "18"
  }
}