{
  "name": "pi-everforest-tui",
  "version": "0.2.0",
  "description": "Everforest light and dark themes for Pi, plus optional matching TUI polish.",
  "type": "module",
  "license": "MIT",
  "author": "est7",
  "keywords": [
    "pi-package",
    "pi",
    "pi-theme",
    "everforest",
    "tui",
    "terminal",
    "theme"
  ],
  "files": [
    "extensions",
    "scripts",
    "themes",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "scripts": {
    "build:themes": "node scripts/generate-themes.mjs",
    "typecheck": "tsc --noEmit --module nodenext --moduleResolution nodenext --target es2022 --skipLibCheck --allowImportingTsExtensions extensions/everforest-tui.ts extensions/everforest-tui/*.ts tests/*.ts",
    "test": "node --experimental-strip-types --test tests/*.test.ts",
    "validate": "npm run typecheck && npm test && node scripts/validate-themes.mjs",
    "pack:dry-run": "npm pack --dry-run --json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/est7/pi-everforest-tui.git"
  },
  "bugs": {
    "url": "https://github.com/est7/pi-everforest-tui/issues"
  },
  "homepage": "https://github.com/est7/pi-everforest-tui#readme",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "typescript": "^6.0.3"
  },
  "pi": {
    "themes": [
      "./themes"
    ],
    "extensions": [
      "./extensions/everforest-tui.ts"
    ]
  }
}
