41 lines
880 B
JSON
41 lines
880 B
JSON
{
|
|
"name": "@expo/plist",
|
|
"version": "0.0.12",
|
|
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"watch": "tsc --watch",
|
|
"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/master/packages/plist#readme",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"dependencies": {
|
|
"base64-js": "^1.2.3",
|
|
"xmlbuilder": "^14.0.0",
|
|
"xmldom": "~0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/base64-js": "^1.2.5",
|
|
"@types/xmldom": "^0.1.29"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|