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.

40 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "expo-application",
"version": "2.4.1",
"description": "A universal module that gets native application information such as its ID, app name, and build version at runtime",
"main": "build/Application.js",
"types": "build/Application.d.ts",
"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-application"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-application"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.io/versions/latest/sdk/application/",
"devDependencies": {
"expo-module-scripts": "~1.2.0"
},
"peerDependencies": {
"@unimodules/core": "*"
},
"gitHead": "88260c85792ac0d8e382de5d2e104cdd13158792"
}