mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 06:14:21 +01:00
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"name": "snippets",
|
|
"version": "0.0.1",
|
|
"description": "React Native Snippets",
|
|
"main": "index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@breeztech/react-native-breez-sdk": "0.2.7",
|
|
"react": "18.1.0",
|
|
"react-native": "0.70.6"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^3.12.7"
|
|
}
|
|
}
|
|
|