{
  "name": "@callstack/repack-plugin-expo-modules",
  "version": "5.0.6",
  "description": "A plugin for @callstack/repack that integrates Expo Modules",
  "author": "Jakub Romańczyk <jakub.romanczyk@callstack.com>",
  "license": "MIT",
  "homepage": "https://github.com/callstack/repack",
  "repository": "github:callstack/repack",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "keywords": [
    "repack",
    "re.pack",
    "plugin",
    "repack-plugin",
    "expo-modules",
    "expo"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "@callstack/repack": "^5.0.6"
  },
  "devDependencies": {
    "@rspack/core": "^1.2.7",
    "@types/node": "^18",
    "@callstack/repack": "5.0.6"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit"
  }
}