UNPKG

1.32 kBJSONView Raw
1{
2 "name": "expo-localization",
3 "version": "8.1.0",
4 "description": "Provides an interface for native user localization information.",
5 "main": "build/Localization.js",
6 "types": "build/Localization.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 "localization",
21 "locales",
22 "l10n"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/expo/expo.git",
27 "directory": "packages/expo-localization"
28 },
29 "bugs": {
30 "url": "https://github.com/expo/expo/issues"
31 },
32 "contributors": [
33 "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
34 ],
35 "author": "650 Industries, Inc.",
36 "license": "MIT",
37 "homepage": "https://docs.expo.io/versions/latest/sdk/localization/",
38 "jest": {
39 "preset": "expo-module-scripts/ios"
40 },
41 "dependencies": {
42 "rtl-detect": "^1.0.2"
43 },
44 "unimodulePeerDependencies": {
45 "@unimodules/core": "*"
46 },
47 "devDependencies": {
48 "expo-module-scripts": "~1.2.0"
49 },
50 "gitHead": "3ad68bbd9847ebc8a55272c263b17d998a92f64f"
51}
\No newline at end of file