{
  "name": "@rechunk/babel-plugin",
  "description": "Babel plugin for transforming and processing ReChunk directives in React Native applications",
  "version": "0.3.0",
  "author": "Chris Herman",
  "dependencies": {
    "@babel/core": "^7.26.10",
    "@babel/parser": "^7.27.0",
    "@babel/traverse": "^7.27.0",
    "@babel/types": "^7.27.0",
    "chalk": "^4.0.0",
    "dedent": "^1.5.3",
    "glob": "^11.0.0",
    "tsconfig-paths": "4.2.0",
    "@rechunk/utils": "0.3.0"
  },
  "devDependencies": {
    "@types/babel__core": "^7.20.5",
    "@types/babel__traverse": "^7.20.7",
    "babel-preset-expo": "^12.0.4",
    "typescript": "^5.4.3",
    "@repo/typescript-config": "0.0.0"
  },
  "keywords": [
    "ast",
    "babel-plugin",
    "bundling",
    "code-splitting",
    "react-native",
    "rechunk",
    "transformation"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "peerDependencies": {
    "babel-preset-expo": "^12.0.4"
  },
  "peerDependenciesMeta": {
    "babel-preset-expo": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "check-types": "tsc --noEmit"
  }
}