{
  "name": "@sp-days-framework/create-sp-days",
  "version": "1.1.3",
  "description": "Scaffolding tool for creating SP-Days course websites built on Docusaurus and Slidev.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helse-sorost/sp-days-framework.git",
    "directory": "create-sp-days"
  },
  "author": "SP-Days Framework",
  "license": "MIT",
  "keywords": [
    "docusaurus",
    "scaffolding",
    "cli",
    "sp-days",
    "course",
    "training"
  ],
  "bin": {
    "create-sp-days": "bin/index.js"
  },
  "files": [
    "bin/**/*",
    "lib/**/*",
    "templates/**/*",
    "tsconfig.*.json",
    "docs/**/*",
    "publish-package-docs.js",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    "./publish-package-docs": "./publish-package-docs.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build",
    "watch": "tsc --build --watch"
  },
  "dependencies": {
    "@docusaurus/logger": "3.9.2",
    "@docusaurus/types": "3.9.2",
    "commander": "^12.1.0",
    "execa": "^5.1.1",
    "fs-extra": "^11.1.1",
    "prompts": "^2.4.2",
    "semver": "^7.5.4",
    "supports-color": "^9.4.0",
    "tslib": "^2.6.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/prompts": "^2.4.9",
    "@types/semver": "^7.5.6",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=20.0"
  }
}
