react-native-bundle-visualizer
Version:
See what's inside your react-native bundle
37 lines (36 loc) • 1.04 kB
JSON
{
"name": "react-native-bundle-visualizer",
"version": "3.1.3",
"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": "^5.1.1",
"fs-extra": "^10.0.0",
"minimist": "^1.2.5",
"open": "^8.4.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 ../.."
}
}