{
  "name": "@stephansama/catppuccin-xsl",
  "version": "1.1.7",
  "description": "Catppuccin styles for various xsl formats",
  "keywords": [
    "catppuccin-xsl"
  ],
  "homepage": "https://packages.stephansama.info/api/@stephansama/catppuccin-xsl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephansama/packages.git",
    "directory": "core/catppuccin-xsl"
  },
  "license": "MIT",
  "author": {
    "name": "Stephan Randle",
    "email": "stephanrandle.dev@gmail.com",
    "url": "https://stephansama.info"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    "./opml-frappe.xsl": "./dist/opml-frappe.xsl",
    "./opml-macchiato.xsl": "./dist/opml-macchiato.xsl",
    "./opml-mocha.xsl": "./dist/opml-mocha.xsl",
    "./rss-frappe.xsl": "./dist/rss-frappe.xsl",
    "./rss-macchiato.xsl": "./dist/rss-macchiato.xsl",
    "./rss-mocha.xsl": "./dist/rss-mocha.xsl",
    "./sitemap-frappe.xsl": "./dist/sitemap-frappe.xsl",
    "./sitemap-macchiato.xsl": "./dist/sitemap-macchiato.xsl",
    "./sitemap-mocha.xsl": "./dist/sitemap-mocha.xsl"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@catppuccin/palette": "1.7.1",
    "@types/minify": "9.1.4",
    "handlebars": "4.7.9",
    "minify": "14.0.0",
    "tsx": "4.21.0",
    "vite-tsconfig-paths": "5.1.4",
    "zod": "4.2.1",
    "@stephansama/typed-templates": "1.1.8"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "audit": "tsx ./templates/schema.ts",
    "build": "pnpm run --sequential \"/^build:.*/\"",
    "postbuild": "publint",
    "build:opml": "tsx ./src/opml.ts",
    "build:rss": "tsx ./src/rss.ts",
    "build:sitemap": "tsx ./src/sitemap.ts",
    "dev": "pnpm run --parallel \"/^dev:.*/\"",
    "dev:opml": "tsx watch ./src/opml.ts",
    "dev:rss": "tsx watch ./src/rss.ts",
    "dev:sitemap": "tsx watch ./src/sitemap.ts",
    "lint:fix": "eslint ./ --fix"
  }
}