This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

50 lines
1.3 KiB
JSON

{
"name": "expo-constants",
"version": "9.3.5",
"description": "Provides system information that remains constant throughout the lifetime of your app.",
"main": "build/Constants.js",
"types": "build/Constants.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",
"constants"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-constants"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.io/versions/latest/sdk/constants/",
"jest": {
"preset": "expo-module-scripts"
},
"unimodulePeerDependencies": {
"@unimodules/core": "*",
"unimodules-constants-interface": "*"
},
"devDependencies": {
"expo-module-scripts": "~1.2.0"
},
"dependencies": {
"@expo/config": "^3.3.18",
"fbjs": "1.0.0",
"uuid": "^3.3.2"
},
"gitHead": "77bbb0d048b2015623b3cea094f9e1245c1fcdca"
}