-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 KB
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
{
"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": "dev@foxwallet.com"
},
"license": "Apache-2.0",
"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"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}