-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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": "chainway-terra-pdk-sdk",
"version": "0.2.1",
"description": "SKD for Chainway/Terra devices with an intergrated Barcode Scanner",
"main": "build/index.js",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/limegorilla/chainway-terra-pdk-sdk/blob/master/LICENSE"
}
],
"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",
"chainway-terra-pdk-sdk",
"ChainwayTerraPdkSdk"
],
"repository": "https://github.com/limegorilla/chainway-terra-pdk-sdk",
"bugs": {
"url": "https://github.com/limegorilla/chainway-terra-pdk-sdk/issues"
},
"author": "Liam Doyle <liamdoyle@limegorilla.co.uk> (https://github.com/limegorilla)",
"license": "MIT",
"homepage": "https://github.com/limegorilla/chainway-terra-pdk-sdk#readme",
"devDependencies": {
"@types/react": "^18.0.25",
"add": "^2.0.6",
"expo-module-scripts": "^3.5.1",
"expo-modules-core": "^1.12.9",
"typescript": "^5.4.5"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}