react-native-trust-sdk
Version:
The react-native-trust-sdk lets you sign Ethereum transactions and messages with Trust Wallet so that you can bulid a react native DApp without having to worry about keys or wallets.
73 lines (72 loc) • 1.82 kB
JSON
{
"name": "react-native-trust-sdk",
"version": "0.0.6",
"description": "The react-native-trust-sdk lets you sign Ethereum transactions and messages with Trust Wallet so that you can bulid a react native DApp without having to worry about keys or wallets.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "./build.sh",
"test": "jest --coverage",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrustWallet/react-native-trust-sdk.git"
},
"keywords": [
"react-native",
"trust-wallet",
"ethereum",
"dapp"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TrustWallet/react-native-trust-sdk/issues"
},
"homepage": "https://github.com/TrustWallet/react-native-trust-sdk#readme",
"devDependencies": {
"@types/node": "^10.1.2",
"@types/react-native": "^0.55.15",
"@types/url-parse": "^1.1.0",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-native": "^3.2.1",
"eslint-plugin-typescript": "^0.12.0",
"istanbul": "^0.4.5",
"jest": "^23.1.0",
"react-native": "^0.55.4",
"ts-jest": "^22.4.6",
"typescript": "^2.8.3",
"typescript-eslint-parser": "^15.0.0"
},
"dependencies": {
"buffer": "^5.1.0",
"url-parse": "^1.4.0"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"modulePaths": [
"<rootDir>"
],
"modulePathIgnorePatterns": [
"<rootDir>/example"
]
},
"files": [
"dist"
]
}