{
  "name": "@rnef/platform-apple-helpers",
  "version": "0.8.13",
  "type": "module",
  "types": "./dist/src/index.d.ts",
  "exports": {
    "types": "./dist/src/index.d.ts",
    "default": "./dist/src/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.lib.json",
    "dev": "tsc -p tsconfig.lib.json --watch",
    "publish:npm": "npm publish --access public",
    "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
  },
  "dependencies": {
    "@react-native-community/cli-config": "^19.1.0",
    "@react-native-community/cli-config-apple": "^19.1.0",
    "@rnef/tools": "^0.8.13",
    "@types/adm-zip": "^0.5.7",
    "adm-zip": "^0.5.16",
    "fast-glob": "^3.3.2",
    "fast-xml-parser": "^4.5.0",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@react-native-community/cli-types": "^19.1.0",
    "@rnef/config": "^0.8.13"
  },
  "publishConfig": {
    "access": "public"
  }
}
