{
  "name": "react-native-bundle-insights",
  "version": "1.0.2",
  "description": "Comprehensive analysis tool for React Native - Bundle optimization, security scanning, asset analysis, and dead code detection",
  "main": "dist/index.js",
  "bin": {
    "react-native-bundle-insights": "dist/cli.js",
    "rn-source-analyzer": "dist/cli-source-analyzer.js"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "prepublishOnly": "npm run build",
    "lint": "eslint src --ext .ts",
    "format": "prettier --write \"src/**/*.ts\""
  },
  "keywords": [
    "react-native",
    "bundle",
    "analyzer",
    "metro",
    "bundler",
    "optimization",
    "size",
    "performance",
    "treemap",
    "visualization",
    "security",
    "secrets",
    "pii",
    "vulnerability",
    "assets",
    "images",
    "webp",
    "optimization",
    "duplicate-detection",
    "unused-code",
    "dead-code",
    "unified-dashboard"
  ],
  "author": "Noman Akram",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nomanaliakram321/react-native-bundle-insights.git"
  },
  "bugs": {
    "url": "https://github.com/nomanaliakram321/react-native-bundle-insights/issues"
  },
  "homepage": "https://github.com/nomanaliakram321/react-native-bundle-insights#readme",
  "dependencies": {
    "chalk": "^4.1.2",
    "cli-table3": "^0.6.3",
    "commander": "^11.1.0",
    "express": "^4.18.2",
    "filesize": "^10.1.0",
    "open": "^8.4.2",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.11",
    "@types/node": "^20.10.6",
    "@typescript-eslint/eslint-plugin": "^6.17.0",
    "@typescript-eslint/parser": "^6.17.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
