react-native-show-market-binance
Version:
Package to show crypto market symbols information
41 lines (40 loc) • 1.1 kB
JSON
{
"name": "react-native-show-market-binance",
"version": "1.0.4",
"description": "Package to show crypto market symbols information",
"main": "index.tsx",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThalysSilva/react-native-show-market-binance.git"
},
"keywords": [
"binance",
"cripto"
],
"author": "Thalys Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThalysSilva/react-native-show-market-binance/issues"
},
"homepage": "https://github.com/ThalysSilva/react-native-show-market-binance#readme",
"dependencies": {
"expo-file-system": "~14.0.0",
"jest": "^28.1.0",
"jest-websocket-mock": "^2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.1",
"react-native-web": "0.17.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/jest": "^27.5.1",
"@types/react": "~17.0.21",
"@types/react-native": "~0.66.13",
"@types/ws": "^8.5.3",
"typescript": "~4.3.5"
}
}