{
  "name": "create-slidev",
  "type": "module",
  "version": "52.19.1",
  "description": "Create starter template for Slidev",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://sli.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/slidevjs/slidev"
  },
  "bugs": "https://github.com/slidevjs/slidev/issues",
  "main": "index.mjs",
  "bin": {
    "create-slidev": "index.mjs"
  },
  "files": [
    "index.mjs",
    "template"
  ],
  "engines": {
    "node": ">=20.12.0"
  },
  "dependencies": {
    "ansis": "^4.3.1",
    "minimist": "^1.2.8",
    "package-manager-detector": "^1.8.0",
    "pathe": "^2.0.3",
    "prompts": "^2.4.2",
    "tinyexec": "^1.3.0"
  },
  "scripts": {
    "build": "node build.mjs"
  }
}