UNPKG

1.35 kBJSONView Raw
1{
2 "name": "expo-localization",
3 "version": "0.0.1-canary-20240405-cdfd9c1",
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.dev/versions/latest/sdk/localization/",
38 "jest": {
39 "preset": "expo-module-scripts"
40 },
41 "dependencies": {
42 "rtl-detect": "^1.0.2"
43 },
44 "devDependencies": {
45 "expo-module-scripts": "0.0.1-canary-20240405-cdfd9c1"
46 },
47 "peerDependencies": {
48 "expo": "*"
49 },
50 "gitHead": "cdfd9c1a0b8d8860b542edea45cb452f3eea5269"
51}