veniamin
Version:
Monorepo for WalletConnect
65 lines (64 loc) • 1.71 kB
JSON
{
"name": "@walletconnect/react-native",
"version": "1.0.0-beta.32",
"description": "React Native SDK for WalletConnect",
"scripts": {
"clean": "rm -rf lib",
"build": "webpack",
"test": "mocha --require ./babel-polyfill.js test/**/*.spec.ts"
},
"keywords": [
"walletconnect",
"ethereum",
"web3",
"crypto",
"dapp",
"wallet"
],
"author": "WalletConnect <walletconnect.org>",
"homepage": "https://github.com/WalletConnect/walletconnect-monorepo/tree/v1.0.0-beta",
"license": "LGPL-3.0",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/walletconnect/walletconnect-monorepo.git"
},
"bugs": {
"url": "https://github.com/walletconnect/walletconnect-monorepo/issues"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@types/base64-js": "^1.2.5",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.18",
"@types/react-native": "^0.57.25",
"chai": "^4.1.2",
"isomorphic-fetch": "^2.2.1",
"mocha": "5.2.0",
"ts-loader": "^5.3.3",
"typescript": "^3.1.3",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1"
},
"dependencies": {
"@walletconnect/core": "^1.0.0-beta.32",
"@walletconnect/types": "^1.0.0-beta.32",
"@walletconnect/utils": "^1.0.0-beta.32"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}