-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.25 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
{
"name": "@nextvibe/solana-p2p-nfc",
"version": "0.1.0",
"description": "React Native module for Solana peer-to-peer transactions using NFC",
"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",
"@nextvibe/solana-p2p-nfc",
"SolanaP2Pnfc"
],
"repository": "https://github.com/hardusss/nextvibe-solana-p2p-nfc",
"bugs": {
"url": "https://github.com/hardusss/nextvibe-solana-p2p-nfc/issues"
},
"author": "hardusss <danylo29bro@gmail.com> (https://github.com/hardusss)",
"license": "MIT",
"homepage": "https://github.com/hardusss/nextvibe-solana-p2p-nfc#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "~19.1.1",
"expo-module-scripts": "^55.0.2",
"expo": "^55.0.14",
"react-native": "0.82.1"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}