You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
876 B
40 lines
876 B
{
|
|
"name": "@expo/plist",
|
|
"version": "0.0.18",
|
|
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"watch": "tsc --watch --preserveWatchOutput",
|
|
"build": "tsc",
|
|
"prepare": "yarn build",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo-cli.git",
|
|
"directory": "packages/plist"
|
|
},
|
|
"keywords": [
|
|
"plist"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/expo/expo-cli/tree/main/packages/plist#readme",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "~0.7.0",
|
|
"base64-js": "^1.2.3",
|
|
"xmlbuilder": "^14.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/base64-js": "^1.2.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|