{
  "name": "@slidev/theme-seriph",
  "version": "0.21.1",
  "engines": {
    "node": ">=14.0.0",
    "slidev": ">=0.19.3"
  },
  "description": "Seriph theme for Slidev",
  "keywords": [
    "slidev-theme",
    "slidev"
  ],
  "license": "MIT",
  "slidev": {
    "colorSchema": "both",
    "highlighter": "all",
    "defaults": {
      "fonts": {
        "mono": "PT Mono",
        "sans": "PT Serif",
        "serif": "PT Serif"
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/slidevjs/themes"
  },
  "funding": "https://github.com/sponsors/antfu",
  "author": "antfu <anthonyfu117@hotmail.com>",
  "homepage": "https://sli.dev",
  "bugs": "https://github.com/slidevjs/themes/issues",
  "dependencies": {
    "@slidev/types": "^0.22.7",
    "codemirror-theme-vars": "^0.1.1",
    "prism-theme-vars": "^0.2.2",
    "theme-vitesse": "^0.1.12"
  }
}