-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "expo-yandex-oauth",
"version": "0.4.0",
"description": "Yandex OAuth native bindings for Expo",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build",
"app.plugin.js",
"expo-module.config.json",
"ios",
"android"
],
"scripts": {
"build": "npx vite-node build.ts",
"clean": "expo-module clean",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-yandex-oauth",
"ExpoYandexOauth",
"yandex",
"oauth"
],
"repository": "https://github.com/movpushmov/expo-yandex-oauth",
"bugs": {
"url": "https://github.com/movpushmov/expo-yandex-oauth/issues"
},
"author": "movpushmov <[email protected]> (https://github.com/movpushmov)",
"license": "MIT",
"homepage": "https://github.com/movpushmov/expo-yandex-oauth#readme",
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.24",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}