{
  "name": "@marp-team/marp-cli",
  "version": "4.3.0",
  "description": "A CLI interface for Marp and Marpit based converters",
  "license": "MIT",
  "author": {
    "name": "Marp team",
    "url": "https://github.com/marp-team"
  },
  "contributors": [
    {
      "name": "Yuki Hattori",
      "url": "https://github.com/yhatt"
    }
  ],
  "keywords": [
    "marp",
    "markdown",
    "cli",
    "slide",
    "deck",
    "presentation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/marp-team/marp-cli"
  },
  "engines": {
    "node": ">=18"
  },
  "main": "lib/index.js",
  "types": "types/src/index.d.ts",
  "files": [
    "marp-cli.js",
    "lib/",
    "types/"
  ],
  "bin": {
    "marp": "marp-cli.js"
  },
  "pkg": {
    "scripts": "lib/**/*.js"
  },
  "browserslist": [
    "> 1% and last 3 versions",
    "Firefox ESR"
  ],
  "scripts": {
    "build": "npm -s run clean && rollup -c",
    "build:standalone": "run-s build standalone",
    "check:audit": "npm audit --audit-level=moderate",
    "check:format": "npm -s run format -- -c",
    "check:ts": "tsc --noEmit",
    "clean": "node -e \"fs.rmSync('lib',{recursive:true,force:true})\"",
    "format": "prettier \"**/*.{css,js,jsx,json,md,mjs,scss,ts,tsx,yaml,yml}\"",
    "format:write": "npm -s run format -- --write",
    "lint:js": "eslint --cache",
    "lint:css": "stylelint \"src/**/*.{css,scss}\"",
    "prepack": "npm-run-all --parallel check:* lint:* test:coverage --parallel build types",
    "prepare": "npx --no patch-package || exit 0",
    "preversion": "run-p check:* lint:* test:coverage",
    "standalone": "node -e \"fs.rmSync('bin',{recursive:true,force:true})\" && pkg -C gzip --out-path ./bin .",
    "standalone:pack": "node ./scripts/pack.mjs",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "types": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && tsc --declaration --emitDeclarationOnly --outDir types",
    "version": "curl https://raw.githubusercontent.com/marp-team/actions/v1/lib/scripts/version.js | node && git add -A CHANGELOG.md",
    "watch": "rollup -w -c"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.29.0",
    "@formatjs/intl-segmenter": "^12.1.1",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@rollup/plugin-url": "^8.0.2",
    "@tsconfig/node22": "^22.0.5",
    "@tsconfig/recommended": "^1.0.13",
    "@types/debug": "^4.1.12",
    "@types/dom-view-transitions": "^1.0.6",
    "@types/express": "^5.0.6",
    "@types/jest": "^30.0.0",
    "@types/markdown-it": "^14.1.2",
    "@types/node": "~18.19.130",
    "@types/pug": "^2.0.10",
    "@types/supertest": "^6.0.3",
    "@types/which": "^3.0.4",
    "@types/ws": "^8.18.1",
    "@types/yargs": "^17.0.35",
    "@yao-pkg/pkg": "^6.14.1",
    "autoprefixer": "^10.4.27",
    "bespoke": "bespokejs/bespoke",
    "chalk": "^5.6.2",
    "cheerio": "^1.2.0",
    "chrome-launcher": "^1.2.1",
    "css.escape": "^1.5.1",
    "cssnano": "^7.1.3",
    "debug": "^4.4.3",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import-x": "^4.16.2",
    "eslint-plugin-jest": "^29.15.0",
    "eslint-plugin-n": "^17.24.0",
    "express": "^5.2.1",
    "fast-plist": "^0.1.3",
    "globals": "^17.4.0",
    "image-size": "^2.0.2",
    "import-from": "^4.0.0",
    "import-meta-resolve": "^4.2.0",
    "is-inside-container": "^1.0.0",
    "is-wsl": "^3.1.1",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-junit": "^16.0.0",
    "nanoid": "^5.1.6",
    "npm-check-updates": "^18.3.1",
    "npm-run-all2": "^8.0.4",
    "os-locale": "^6.0.2",
    "package-up": "^5.0.0",
    "patch-package": "^8.0.1",
    "pdf-lib": "^1.17.1",
    "portfinder": "^1.0.38",
    "postcss": "^8.5.8",
    "postcss-url": "^10.1.3",
    "pptxgenjs": "^4.0.1",
    "prettier": "^3.8.1",
    "pug": "^3.0.3",
    "rollup": "^4.59.0",
    "rollup-plugin-license": "^3.7.0",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.97.3",
    "strip-ansi": "^7.2.0",
    "stylelint": "^16.26.1",
    "stylelint-config-standard-scss": "^15.0.1",
    "supertest": "^7.2.2",
    "tar-stream": "^3.1.8",
    "ts-jest": "^29.4.6",
    "ts-key-enum": "^3.0.13",
    "tslib": "^2.8.1",
    "tinyglobby": "^0.2.15",
    "typed-emitter": "^2.1.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.0",
    "vhtml": "^2.2.0",
    "which": "^4.0.0",
    "wrap-ansi": "^9.0.2",
    "yauzl": "^3.2.1",
    "zip-stream": "^7.0.2"
  },
  "dependencies": {
    "@marp-team/marp-core": "^4.3.0",
    "@marp-team/marpit": "^3.2.1",
    "chokidar": "^4.0.3",
    "cosmiconfig": "^9.0.1",
    "puppeteer-core": "^24.39.1",
    "serve-index": "^1.9.2",
    "tmp": "^0.2.5",
    "ws": "^8.19.0",
    "yargs": "^17.7.2"
  },
  "overrides": {
    "@rollup/plugin-terser": {
      "serialize-javascript": "^7.0.3"
    },
    "extract-zip": {
      "yauzl": "^3.2.1"
    },
    "postcss-url": {
      "minimatch": "^3.1.5"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
