{
  "name": "@victor-software-house/pi-curated-themes",
  "version": "0.2.1",
  "description": "Curated dark terminal themes for pi, adapted from iTerm2-Color-Schemes",
  "private": false,
  "keywords": [
    "pi-package",
    "pi-theme",
    "terminal-theme",
    "iterm2",
    "color-scheme"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/victor-software-house/pi-curated-themes.git"
  },
  "homepage": "https://github.com/victor-software-house/pi-curated-themes",
  "files": [
    "themes",
    "skills",
    "assets",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "jq empty themes/*.json && mise run themes:validate",
    "commitlint": "commitlint",
    "prepare": "lefthook install",
    "release": "semantic-release",
    "release:dry-run": "semantic-release --dry-run"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "themes": [
      "./themes"
    ],
    "skills": [
      "./skills"
    ],
    "image": "https://raw.githubusercontent.com/victor-software-house/pi-curated-themes/main/assets/package-preview.png"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.4.4",
    "@commitlint/config-conventional": "^20.4.4",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "lefthook": "^2.1.4",
    "semantic-release": "^25.0.3"
  }
}
