UNPKG

updated-react-native-bundle-visualizer

Version:
45 lines (44 loc) 1.22 kB
{ "name": "updated-react-native-bundle-visualizer", "version": "1.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": { "type": "git", "url": "git+https://github.com/reck753/react-native-bundle-visualizer.git" }, "publishConfig": { "access": "public" }, "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.2" }, "scripts": { "test": "yarn test:rn && yarn test:expo", "test:rn": "yarn test:rn:61 && yarn test:rn:64", "test:rn:61": "cd test/RN61 && yarn install && npx ../.. && cd ../..", "test:rn:64": "cd test/RN64 && yarn install && npx ../.. && cd ../..", "test:expo": "yarn test:expo:42", "test:expo:42": "cd test/Expo42 && yarn install && npx ../.. && cd ../.." } }