{
  "name": "@nguyenquangthai/pi-omp-theme",
  "version": "1.0.12",
  "description": "An OMP-inspired visual theme and TUI presentation extension for Pi.",
  "license": "MIT",
  "author": "Nguyen Quang Thai",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QuangThai/pi-omp-theme.git"
  },
  "homepage": "https://github.com/QuangThai/pi-omp-theme#readme",
  "bugs": {
    "url": "https://github.com/QuangThai/pi-omp-theme/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "pi-theme",
    "pi-coding-agent",
    "omp",
    "oh-my-pi",
    "extension",
    "tui",
    "terminal-theme",
    "status-line",
    "theme"
  ],
  "pi": {
    "extensions": [
      "./dist/extensions/pi-omp-theme.ts"
    ],
    "themes": [
      "./themes"
    ],
    "image": "https://raw.githubusercontent.com/QuangThai/pi-omp-theme/main/media/gallery-preview.png?v=gallery-2"
  },
  "files": [
    "dist/**/*.ts",
    "themes",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node scripts/run-tests.mjs",
    "depcruise": "depcruise extension-src/omp-theme --config dependency-cruiser.config.cjs",
    "build": "tsup",
    "package:smoke": "node scripts/package-smoke.mjs",
    "dev": "tsup --watch",
    "check": "npm run typecheck && npm test && npm run depcruise && npm run build && npm run package:smoke",
    "prepack": "npm run check"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.85.0",
    "@earendil-works/pi-server": "^0.85.0",
    "@earendil-works/pi-tui": "^0.85.0",
    "@types/node": "^24.0.0",
    "dependency-cruiser": "^17.4.3",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "overrides": {
    "esbuild": "^0.28.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
