{
  "name": "@rspress/plugin-container-syntax",
  "version": "1.47.1",
  "description": "A remark plugin to support container syntax",
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rspress",
    "directory": "packages/plugin-container-syntax"
  },
  "license": "MIT",
  "sideEffects": [
    "*.css",
    "*.less",
    "*.sass",
    "*.scss"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "container.css"
  ],
  "dependencies": {
    "@rspress/shared": "1.47.1"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.53.1",
    "@rslib/core": "~0.6.9",
    "@types/mdast": "^3.0.15",
    "mdast-util-mdx-expression": "^1.3.2",
    "mdast-util-mdx-jsx": "^2.1.4",
    "rehype-stringify": "^9.0.4",
    "remark-directive": "^2.0.1",
    "remark-mdx": "2.3.0",
    "remark-parse": "^10.0.2",
    "remark-rehype": "^10.1.0",
    "unified": "^10.1.2"
  },
  "engines": {
    "node": ">=14.17.6"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build -w",
    "reset": "rimraf ./**/node_modules"
  }
}