ssap_app/node_modules/expo-manifests/package.json

48 lines
1.2 KiB
JSON

{
"name": "expo-manifests",
"version": "1.0.10",
"description": "Code to parse and use Expo and Expo Updates manifests.",
"main": "build/Manifests.js",
"types": "build/Manifests.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"expo-manifests"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-manifests"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/manifests/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/config": "~12.0.11",
"expo-json-utils": "~0.15.0"
},
"devDependencies": {
"expo-module-scripts": "^5.0.8"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3"
}