{
  "name": "@stephansama/catppuccin-jsonresume-theme",
  "version": "2.0.0",
  "description": "theme for resume cli website",
  "keywords": [
    "catppuccin-jsonresume-theme"
  ],
  "homepage": "https://packages.stephansama.info/api/@stephansama/catppuccin-jsonresume-theme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephansama/packages.git",
    "directory": "core/catppuccin-jsonresume-theme"
  },
  "license": "MIT",
  "author": {
    "name": "Stephan Randle",
    "email": "stephanrandle.dev@gmail.com",
    "url": "https://stephansama.info"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist",
    "dist-css",
    "template"
  ],
  "config": {
    "input": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
    "output": "./src/types.d.ts"
  },
  "dependencies": {
    "@tailwindcss/cli": "4.2.1",
    "handlebars": "4.7.9",
    "handlebars-helpers": "0.10.0",
    "tailwindcss": "4.1.18"
  },
  "devDependencies": {
    "@catppuccin/tailwindcss": "1.0.0",
    "@types/handlebars-helpers": "0.5.6",
    "json-schema-to-typescript": "15.0.4",
    "tailwind-scrollbar": "4.0.2",
    "tsdown": "0.21.10"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "pnpm run --sequential \"/^build:(?!snapshot).*/\"",
    "build:snapshot": "tsdown -u",
    "build:ts": "tsdown",
    "build:tw": "tailwindcss -i ./template/cv.css -o ./dist-css/cv.css",
    "dev": "pnpm run --parallel \"/^dev:.*/\"",
    "dev:ts": "pnpm run build:ts --watch",
    "dev:tw": "pnpm run build:tw --watch",
    "generate": "curl $npm_package_config_input | json2ts > $npm_package_config_output",
    "lint": "eslint ./ --pass-on-no-patterns --no-error-on-unmatched-pattern",
    "lint:fix": "eslint ./ --pass-on-no-patterns --no-error-on-unmatched-pattern --fix"
  }
}