{
  "name": "@stephansama/catppuccin-typedoc",
  "version": "1.0.9",
  "description": "Catppuccin css variable theme for typedoc",
  "keywords": [
    "catppuccin-typedoc"
  ],
  "homepage": "https://packages.stephansama.info/api/@stephansama/catppuccin-typedoc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephansama/packages.git",
    "directory": "core/catppuccin-typedoc"
  },
  "license": "MIT",
  "author": {
    "name": "Stephan Randle",
    "email": "stephanrandle.dev@gmail.com",
    "url": "https://stephansama.info"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    "./stylesheet.css": "./dist/catppuccin-typedoc.css"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@catppuccin/palette": "1.7.1",
    "tsx": "4.21.0"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsx ./src/generate.ts",
    "postbuild": "publint",
    "lint": "eslint ./ --pass-on-no-patterns --no-error-on-unmatched-pattern",
    "lint:fix": "eslint ./ --pass-on-no-patterns --no-error-on-unmatched-pattern --fix"
  }
}