{
  "name": "zephyr-rspress-plugin",
  "version": "1.1.2",
  "description": "Rspress plugin for Zephyr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
    "directory": "libs/zephyr-rspress-plugin"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "ZephyrCloudIO",
    "url": "https://github.com/ZephyrCloudIO"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "tslib": "^2.8.1",
    "zephyr-agent": "1.1.2",
    "zephyr-edge-contract": "1.1.2",
    "zephyr-rsbuild-plugin": "1.1.2",
    "zephyr-xpack-internal": "1.1.2"
  },
  "devDependencies": {
    "@rspress/core": "^2.0.0-rc.1",
    "@types/jest": "29.5.14",
    "@types/node-persist": "^3.1.8",
    "@typescript-eslint/eslint-plugin": "^8.27.0",
    "ts-jest": "^29.2.6"
  },
  "peerDependencies": {
    "@rspress/core": "^2.0.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "nx run zephyr-rspress-plugin:build",
    "dev": "nx run zephyr-rspress-plugin:build --watch",
    "patch-version": "pnpm version",
    "test": "jest"
  }
}