{
  "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",
  "scripts": {
    "build": "nx build zephyr-repack-plugin",
    "patch-version": "pnpm version",
    "test": "nx test zephyr-repack-plugin"
  },
  "dependencies": {
    "zephyr-agent": "workspace:*",
    "zephyr-xpack-internal": "workspace:*"
  },
  "devDependencies": {
    "@rspack/core": "catalog:rspack",
    "@types/find-package-json": "^1.2.6",
    "@types/jest": "catalog:typescript",
    "@typescript-eslint/eslint-plugin": "catalog:eslint",
    "ts-jest": "catalog:typescript"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "types": "./index.d.ts"
}