Files
breez-sdk-docs/snippets/react-native/package.json
2023-10-24 22:38:52 +02:00

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"
}
}