-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "expo-line-sdk",
"version": "0.1.0",
"description": "An Expo plugin that enables developers to integrate LINE’s native SDKs into Expo apps using JavaScript and TypeScript.",
"main": "build/index.js",
"types": "build/index.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",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-line-sdk",
"ExpoLineSdk"
],
"repository": "https://github.com/sultanmyrza/expo-line-sdk",
"bugs": {
"url": "https://github.com/sultanmyrza/expo-line-sdk/issues"
},
"author": "sultanmyrza <sultanmyrza@gmail.com> (sultanmyrza)",
"license": "MIT",
"homepage": "https://github.com/sultanmyrza/expo-line-sdk#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "~18.3.12",
"expo-module-scripts": "^4.0.2",
"expo": "~52.0.0",
"react-native": "0.76.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}