{
  "name": "@expo/plist",
  "version": "0.7.0",
  "description": "Mac OS X Plist parser/builder for Node.js and browsers",
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/plist"
  },
  "keywords": [
    "plist"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/plist#readme",
  "files": [
    "build"
  ],
  "dependencies": {
    "@xmldom/xmldom": "^0.8.8",
    "base64-js": "^1.5.1",
    "xmlbuilder": "^15.1.1"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "expo-module-scripts": "56.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c4c9867a0bcbb188e55ecaec4998e38d33108a5d",
  "scripts": {
    "build": "expo-module tsc",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "typecheck": "expo-module typecheck",
    "test": "expo-module test",
    "watch": "pnpm run build --watch --preserveWatchOutput"
  }
}