asd-mining-rn
Version:
A React Native cryptocurrency mining library for EVM blockchains using expo-crypto
36 lines (35 loc) • 860 B
JSON
{
"name": "asd-mining-rn",
"version": "1.0.12",
"description": "A React Native cryptocurrency mining library for EVM blockchains using expo-crypto",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cryptocurrency",
"mining",
"blockchain",
"ethereum",
"evm",
"react-native",
"expo",
"mobile",
"crypto"
],
"author": "RealcodesAI",
"license": "ISC",
"peerDependencies": {
"react-native": ">=0.60.0",
"expo-crypto": "^12.0.0 || ^13.0.0 || ^14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealcodesAI/asd-mining-rn.git"
},
"bugs": {
"url": "https://github.com/RealcodesAI/asd-mining-rn/issues"
},
"homepage": "https://github.com/RealcodesAI/asd-mining-rn#readme"
}