forked from berty/weshnet-expo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@berty/weshnet-expo",
"version": "0.0.2",
"description": "Wesh Network React Native Expo module",
"main": "build/index.js",
"types": "build/index.d.ts",
"type": "module",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare && sh prepare.sh",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"weshnet",
"Weshnet-Expo",
"berty",
"@berty/weshnet-expo"
],
"repository": "https://github.com/berty/weshnet-expo",
"bugs": {
"url": "https://github.com/berty/weshnet-expo/issues"
},
"author": "Berty Technologies <[email protected]>",
"license": "MIT",
"homepage": "https://wesh.network",
"dependencies": {
"base64-js": "^1.5.1",
"protobufjs": "^7.2.4"
},
"devDependencies": {
"@react-native/eslint-config": "^0.72.2",
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "^6.0.0",
"expo-module-scripts": "^3.0.11",
"expo-modules-core": "^1.5.4",
"handlebars": "^4.7.7",
"prettier": "^3.0.1",
"protobufjs-cli": "^1.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}