UNPKG

1.3 kBJSONView Raw
1{
2 "name": "expo-updates",
3 "version": "0.2.13",
4 "description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "updates"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git",
25 "directory": "packages/expo-updates"
26 },
27 "bugs": {
28 "url": "https://github.com/expo/expo/issues"
29 },
30 "author": "650 Industries, Inc.",
31 "license": "MIT",
32 "homepage": "https://docs.expo.io/versions/latest/sdk/updates/",
33 "jest": {
34 "preset": "expo-module-scripts"
35 },
36 "unimodulePeerDependencies": {
37 "@unimodules/core": "*",
38 "expo-constants": "*",
39 "expo-file-system": "*"
40 },
41 "dependencies": {
42 "@expo/metro-config": "^0.1.16",
43 "fbemitter": "^2.1.1",
44 "uuid": "^3.4.0"
45 },
46 "devDependencies": {
47 "expo-module-scripts": "~1.2.0"
48 },
49 "gitHead": "cdb1826bfbabdb03156ea6a5b6c049142b118333"
50}