{
  "name": "@rozenite/repack",
  "version": "2.2.0",
  "description": "Re.Pack bundler plugin for Rozenite.",
  "keywords": [
    "bundler",
    "devtools",
    "plugin",
    "re.pack",
    "react-native"
  ],
  "homepage": "https://github.com/callstackincubator/rozenite#readme",
  "bugs": {
    "url": "https://github.com/callstackincubator/rozenite/issues"
  },
  "license": "MIT",
  "author": "Szymon Chmal <szymon.chmal@callstack.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/callstackincubator/rozenite.git"
  },
  "files": [
    "dist",
    "templates"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "semver": "^7.7.2",
    "tslib": "^2.3.0",
    "@rozenite/middleware": "2.2.0",
    "@rozenite/tools": "2.2.0"
  },
  "devDependencies": {
    "@callstack/repack": "^5.2",
    "@types/semver": "^7.7.0"
  },
  "peerDependencies": {
    "@callstack/repack": "^5.2"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "vite build",
    "typecheck": "tsc -p tsconfig.lib.json --noEmit",
    "lint": "eslint ."
  }
}