{
  "name": "zephyr-rsbuild-plugin",
  "version": "1.1.2",
  "description": "Rsbuild plugin for Zephyr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
    "directory": "libs/zephyr-rsbuild-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": {
    "zephyr-rspack-plugin": "1.1.2"
  },
  "devDependencies": {
    "@rsbuild/core": "^1.7.1",
    "@types/jest": "29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.27.0",
    "ts-jest": "^29.2.6"
  },
  "peerDependencies": {
    "@rsbuild/core": "^1.0.0 || ^2.0.0-0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "nx run zephyr-rsbuild-plugin:build",
    "patch-version": "pnpm version"
  }
}