{
  "name": "@callstack/repack-plugin-nativewind",
  "version": "5.3.0",
  "description": "A plugin for @callstack/repack that integrates NativeWind",
  "author": "Boris Yankov <boris.yankov@callstack.com>",
  "contributors": [
    "Jakub Romańczyk <jakub.romanczyk@callstack.com>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/callstack/repack",
  "repository": {
    "type": "git",
    "url": "https://github.com/callstack/repack.git"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "loader"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./loader": {
      "types": "./loader/index.d.ts",
      "default": "./loader/index.js"
    }
  },
  "keywords": [
    "repack",
    "re.pack",
    "plugin",
    "repack-plugin",
    "nativewind",
    "tailwind",
    "tailwindcss"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "dedent": "^0.7.0"
  },
  "peerDependencies": {
    "nativewind": ">=4.1.23",
    "react-native-css-interop": ">=0.1.22",
    "postcss": ">=8.4.31",
    "postcss-loader": ">=8.1.1",
    "autoprefixer": ">=10.4.16",
    "tailwindcss": ">=3.4.11",
    "@callstack/repack": "^5.3.0"
  },
  "devDependencies": {
    "@rspack/core": "1.6.0",
    "@types/dedent": "0.7.2",
    "@types/node": "^20.19.31",
    "nativewind": "^4.1.23",
    "react-native-css-interop": "^0.1.22",
    "webpack": "~5.105.0",
    "@callstack/repack": "5.3.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit"
  }
}