@deficonnect/iso-crypto
Version:
Isomorphic Crypto for WalletConnect
70 lines (69 loc) • 1.95 kB
JSON
{
"name": "@deficonnect/iso-crypto",
"version": "1.6.14-dev.2",
"description": "Isomorphic Crypto for WalletConnect",
"scripts": {
"clean": "rm -rf dist",
"build:pre": "run-s clean",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
"build:esm": "npx tsc -p tsconfig.esm.json",
"build:umd": "webpack",
"build": "run-s build:pre build:cjs build:esm build:umd",
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha -r ts-node/register ./test/**/*.spec.ts --exit"
},
"keywords": [
"wallet",
"walletconnect",
"ethereum",
"jsonrpc",
"mobile",
"qrcode",
"web3",
"crypto",
"cryptocurrency",
"dapp"
],
"author": "WalletConnect <walletconnect.org>",
"homepage": "https://github.com/monacohq/walletconnect-monorepo/",
"license": "LGPL-3.0",
"main": "dist/cjs/index.js",
"browser": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/monacohq/walletconnect-monorepo.git"
},
"bugs": {
"url": "https://github.com/monacohq/walletconnect-monorepo/issues"
},
"devDependencies": {
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/node": "7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/register": "7.8.3",
"@types/chai": "4.2.14",
"@types/jest": "22.2.3",
"@types/lodash.isnumber": "3.0.6",
"@types/mocha": "8.0.4",
"@types/node": "12.12.14",
"chai": "4.2.0",
"mocha": "8.2.1",
"npm-run-all": "4.1.5",
"ts-node": "9.0.0",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
},
"dependencies": {
"@deficonnect/types": "^1.6.14-dev.2",
"@deficonnect/utils": "^1.6.14-dev.2",
"@walletconnect/crypto": "^1.0.1"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}