-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.34 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
{
"name": "@foxwallet/react-native-wallet-utils",
"title": "React Native Wallet Utils for FoxWallet",
"version": "1.0.5",
"description": "The react native crypto library written in Rust/Go for FoxWallet",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "index.js",
"scripts": {
"test": "(cd ./rust && cargo test)",
"clean": "(cd ./rust && cargo clean)",
"build": "scripts/rust_build.sh",
"init_dep": "scripts/rust_init.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foxwallet/react-native-wallet-utils.git",
"baseUrl": "https://github.com/foxwallet/react-native-wallet-utils"
},
"files": [
"android/",
"ios/",
"spacemesh-go/",
"index.d.ts",
"index.js",
"react-native-wallet-utils-debug.podspec",
"react-native-wallet-utils.podspec",
"README.md",
"yarn.lock"
],
"keywords": [
"react-native",
"crypto",
"substrate",
"polkadot",
"ethereum"
],
"author": {
"name": "foxwallet",
"email": "[email protected]"
},
"license": "Apache-2",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@types/node": "^20.3.2",
"axios": "^1.5.1",
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}