{
  "version": "0.0.12",
  "name": "vite-plugin-rnw",
  "type": "module",
  "author": "Daniel Williams",
  "license": "MIT",
  "description": "Vite plugin for React Native Web",
  "keywords": [
    "vite",
    "vite-plugin",
    "react-native-web",
    "react-native"
  ],
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dannyhw/vite-plugin-rnw.git"
  },
  "homepage": "https://github.com/dannyhw/vite-plugin-rnw#readme",
  "bugs": {
    "url": "https://github.com/dannyhw/vite-plugin-rnw/issues"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "prepublishOnly": "npm run build",
    "test": "node --no-warnings --experimental-strip-types --test --experimental-test-coverage src/**/*.test.ts",
    "test:watch": "node --no-warnings --experimental-strip-types --test --watch src/**/*.test.ts"
  },
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "tsdown": "^0.22.9",
    "typescript": "~7.0.2",
    "vite": "^8.1.5"
  },
  "peerDependencies": {
    "react-native-web": "*",
    "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "dependencies": {
    "@rolldown/pluginutils": "^1.0.1",
    "@vitejs/plugin-react": "^5.2.0",
    "flow-remove-types": "^2.322.0",
    "magic-string": "^1.0.0",
    "vite-plugin-commonjs": "^0.10.4"
  }
}
