{ "name": "@expo/plist", "version": "0.4.8", "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.2.3", "xmlbuilder": "^15.1.1" }, "devDependencies": { "@types/base64-js": "^1.2.5", "expo-module-scripts": "^5.0.8" }, "publishConfig": { "access": "public" }, "gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3" }