{
  "name": "zephyr-repack-plugin",
  "version": "1.1.2",
  "description": "Repack plugin for Zephyr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
    "directory": "libs/zephyr-repack-plugin"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "ZephyrCloudIO",
    "url": "https://github.com/ZephyrCloudIO"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "zephyr-xpack-internal": "1.1.2",
    "zephyr-agent": "1.1.2"
  },
  "devDependencies": {
    "@rspack/core": "^1.7.0",
    "@types/find-package-json": "^1.2.6",
    "@types/jest": "29.5.14",
    "@typescript-eslint/eslint-plugin": "^8.27.0",
    "ts-jest": "^29.2.6"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "nx build zephyr-repack-plugin",
    "patch-version": "pnpm version",
    "test": "nx test zephyr-repack-plugin"
  }
}