{
  "name": "react-native-bundle-visualizer",
  "version": "4.0.0",
  "description": "See what's inside your react-native bundle",
  "author": "IjzerenHein <hrutjes@gmail.com>",
  "keywords": [
    "react-native-bundle-visualizer",
    "react native bundle size",
    "react-native",
    "react native",
    "bundle",
    "visualizer",
    "size",
    "bundle-size"
  ],
  "bin": "./src/react-native-bundle-visualizer.js",
  "repository": "https://github.com/IjzerenHein/react-native-bundle-visualizer",
  "bugs": "https://github.com/IjzerenHein/react-native-bundle-visualizer/issues",
  "license": "MIT",
  "files": [
    "src"
  ],
  "dependencies": {
    "chalk": "^4.1.2",
    "execa": "^9.6.1",
    "minimist": "^1.2.8",
    "open": "^11.0.0",
    "source-map-explorer": "^2.5.3"
  },
  "scripts": {
    "test": "yarn test:rn && yarn test:expo",
    "test:rn": "cd test/RN64 && yarn install && npx ../.. && cd ../..",
    "test:expo": "cd test/Expo42 && yarn install && npx ../.. --expo=true && cd ../.."
  },
  "engines": {
    "node": ">=20"
  }
}
