{
  "name": "@marp-team/marp-core",
  "version": "4.4.0",
  "description": "The core of Marp tools",
  "license": "MIT",
  "author": {
    "name": "Marp team",
    "url": "https://github.com/marp-team"
  },
  "contributors": [
    {
      "name": "Yuki Hattori",
      "url": "https://github.com/yhatt"
    }
  ],
  "keywords": [
    "marp",
    "markdown",
    "parser",
    "slide",
    "deck",
    "presentation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/marp-team/marp-core"
  },
  "main": "lib/marp.js",
  "types": "types/src/marp.d.ts",
  "files": [
    "lib/",
    "types/src",
    "browser.js",
    "browser.d.ts"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "npm -s run clean && rollup -c",
    "check:audit": "npm audit",
    "check:format": "npm -s run format -- -c",
    "check:ts": "node node_modules/@typescript/native/bin/tsc --noEmit",
    "clean": "node -e \"fs.rmSync('lib',{recursive:true,force:true})\"",
    "format": "prettier \"**/*.{css,js,json,md,mjs,scss,ts,yaml,yml}\"",
    "format:write": "npm -s run format -- --write",
    "lint:js": "eslint --cache",
    "lint:css": "stylelint \"{src,themes}/**/*.{css,scss}\"",
    "prepack": "npm-run-all --parallel check:* lint:* test:coverage --parallel build types",
    "preversion": "run-p check:* lint:* test:coverage",
    "sandbox": "run-p watch sandbox:watch",
    "sandbox:watch": "mkdirp lib && nodemon",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "types": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && node node_modules/@typescript/native/bin/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"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "nodemonConfig": {
    "watch": "./lib",
    "exec": "npx @marp-team/marp-cli@latest -y"
  },
  "devDependencies": {
    "@babel/core": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/preset-typescript": "^7.29.7",
    "@csstools/postcss-minify": "^2.0.5",
    "@rollup/plugin-alias": "^6.0.0",
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@tsconfig/node18": "^18.2.6",
    "@tsconfig/recommended": "^1.0.13",
    "@twemoji/api": "^17.0.3",
    "@types/jest": "^30.0.0",
    "@typescript/native": "npm:typescript@^7.0.2",
    "autoprefixer": "^10.5.2",
    "babel-jest": "^30.4.1",
    "cheerio": "^1.2.0",
    "cssnano": "^8.0.2",
    "emoji-regex": "10.6.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.5",
    "eslint-plugin-import-x": "^4.17.1",
    "eslint-plugin-jest": "^29.15.4",
    "github-markdown-css": "5.9.0",
    "globals": "^17.7.0",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "jest-junit": "^17.0.0",
    "jest-plugin-context": "^2.9.0",
    "markdown-it": "^14.3.0",
    "markdown-it-emoji": "^3.0.0",
    "mkdirp": "^3.0.1",
    "nodemon": "^3.1.14",
    "npm-check-updates": "^22.2.9",
    "npm-run-all2": "^8.0.4",
    "postcss": "^8.5.16",
    "postcss-url": "^10.1.4",
    "prettier": "^3.9.5",
    "rollup": "^4.62.2",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-string": "^3.0.0",
    "sass": "^1.101.0",
    "self-closing-tags": "^1.0.1",
    "stylelint": "^17.14.0",
    "stylelint-config-standard-scss": "^17.0.0",
    "tslib": "^2.8.1",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "typescript-eslint": "^8.63.0"
  },
  "dependencies": {
    "@marp-team/marpit": "^3.2.2",
    "@marp-team/marpit-svg-polyfill": "^2.1.0",
    "highlight.js": "^11.11.1",
    "katex": "^0.17.0",
    "mathjax-full": "^3.2.2",
    "postcss-selector-parser": "^7.1.4",
    "xss": "^1.0.15"
  },
  "publishConfig": {
    "access": "public"
  }
}
