{ "name": "@expo/plist", "version": "0.5.2", "description": "Mac OS X Plist parser/builder for Node.js and browsers", "main": "build/index.js", "scripts": { "build": "expo-module tsc", "prepare": "yarn run clean && yarn run build", "clean": "expo-module clean", "lint": "expo-module lint", "typecheck": "expo-module typecheck", "test": "expo-module test", "watch": "yarn run build --watch --preserveWatchOutput", "prepublishOnly": "expo-module prepublishOnly" }, "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": { "expo-module-scripts": "^55.0.2" }, "publishConfig": { "access": "public" }, "gitHead": "7d7f6762fc6907c27a329953c682134a84410dea" }