{
  "name": "@stephansama/catppuccin-opml",
  "version": "1.0.5",
  "description": "Catppuccin styled opml stylesheet",
  "keywords": [
    "catppuccin-opml",
    "catppuccin",
    "opml",
    "xsl",
    "stylesheet"
  ],
  "homepage": "https://packages.stephansama.info/api/@stephansama/catppuccin-opml",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephansama/packages.git",
    "directory": "core/catppuccin-opml"
  },
  "license": "MIT",
  "author": {
    "name": "Stephan Randle",
    "email": "stephanrandle.dev@gmail.com",
    "url": "https://stephansama.info"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    "./stylesheet.xsl": "./dist/catppuccin-opml.xsl"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "lint:fix": "eslint ./ --fix"
  }
}