{
  "name": "@rnef/plugin-brownfield-ios",
  "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",
    "src",
    "template"
  ],
  "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-apple": "^19.1.0",
    "@react-native-community/cli-types": "^19.1.0",
    "@rnef/tools": "^0.8.13",
    "@rnef/platform-apple-helpers": "^0.8.13",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@rnef/config": "^0.8.13"
  },
  "publishConfig": {
    "access": "restricted"
  }
}
