{
  "name": "@marp-team/marpit",
  "version": "3.2.1",
  "description": "The skinny framework for creating slide deck from Markdown",
  "license": "MIT",
  "author": {
    "name": "Marp team",
    "url": "https://github.com/marp-team"
  },
  "homepage": "https://marpit.marp.app/",
  "contributors": [
    {
      "name": "Yuki Hattori",
      "url": "https://github.com/yhatt"
    }
  ],
  "keywords": [
    "marp",
    "markdown",
    "parser",
    "slide",
    "deck",
    "presentation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marp-team/marpit.git"
  },
  "engines": {
    "node": ">=18"
  },
  "main": "lib/index.js",
  "types": "index.d.ts",
  "files": [
    "lib/",
    "index.d.ts",
    "plugin.js"
  ],
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "scripts": {
    "build": "npm -s run clean && babel src --out-dir lib",
    "check:audit": "npm audit",
    "check:format": "npm -s run format -- -c",
    "clean": "rimraf lib",
    "docs": "node ./docsify/serve.js",
    "docs:style": "node ./docsify/build.js",
    "format": "prettier \"**/*.{css,html,js,json,md,scss,ts,yaml,yml}\"",
    "jsdoc": "rimraf jsdoc && jsdoc src -c .jsdoc.json",
    "lint:js": "eslint",
    "lint:css": "stylelint \"./**/*.{css,scss}\"",
    "prepack": "npm-run-all --parallel check:* lint:* test:coverage --sequential build",
    "preversion": "run-p check:* lint:* test:coverage",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "version": "curl https://raw.githubusercontent.com/marp-team/actions/v1/lib/scripts/version.js | node && git add -A CHANGELOG.md",
    "watch": "babel src --out-dir lib -w --verbose"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.29.0",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/preset-env": "^7.29.0",
    "autoprefixer": "^10.4.24",
    "cheerio": "^1.2.0",
    "chokidar": "^5.0.0",
    "clean-jsdoc-theme": "^4.3.0",
    "cssnano": "^7.1.2",
    "dedent": "^1.7.1",
    "docsify-themeable": "^0.9.0",
    "eslint": "^9.39.3",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import-x": "^4.16.1",
    "eslint-plugin-jest": "^29.15.0",
    "globals": "^17.3.0",
    "jest": "^30.2.0",
    "jest-junit": "^16.0.0",
    "jsdoc": "^4.0.5",
    "npm-check-updates": "^19.4.1",
    "npm-run-all2": "^8.0.4",
    "postcss-selector-parser": "^7.1.1",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "sass": "1.97.3",
    "serve-handler": "^6.1.6",
    "stylelint": "^17.4.0",
    "stylelint-config-standard-scss": "^17.0.0",
    "ws": "^8.19.0"
  },
  "dependencies": {
    "@csstools/postcss-is-pseudo-class": "^5.0.3",
    "cssesc": "^3.0.0",
    "js-yaml": "^4.1.1",
    "lodash.kebabcase": "^4.1.1",
    "markdown-it": "^14.1.1",
    "markdown-it-front-matter": "^0.2.4",
    "postcss": "^8.5.6",
    "postcss-nesting": "^13.0.2"
  },
  "overrides": {
    "serve-handler": {
      "minimatch": "^3.1.5"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
