UNPKG

sparrow-controllers

Version:

Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets

133 lines (132 loc) 4.47 kB
{ "name": "sparrow-controllers", "version": "29.0.1", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "keywords": [ "Sparrow", "Ubiq" ], "homepage": "https://github.com/ubiq/sparrow-controllers#readme", "bugs": { "url": "https://github.com/ubiq/sparrow-controllers/issues" }, "repository": { "type": "git", "url": "https://github.com/ubiq/sparrow-controllers.git" }, "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "rimraf dist && tsc --project tsconfig.build.json", "build:link": "yarn build && cd dist && yarn link && rm -rf node_modules && cd ..", "build:watch": "yarn build --watch", "doc": "typedoc && touch docs/.nojekyll", "lint": "yarn lint:eslint && yarn lint:misc --check", "lint:eslint": "eslint . --cache --ext js,ts", "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore", "prepublishOnly": "yarn build", "setup": "yarn install && yarn allow-scripts", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@ethereumjs/common": "^2.3.1", "@ethereumjs/tx": "^3.2.1", "@keystonehq/metamask-airgapped-keyring": "^0.3.0", "@metamask/metamask-eth-abis": "3.0.0", "@metamask/types": "^1.1.0", "@types/uuid": "^8.3.0", "abort-controller": "^3.0.0", "async-mutex": "^0.2.6", "babel-runtime": "^6.26.0", "deep-freeze-strict": "^1.1.1", "eth-ens-namehash": "^2.0.8", "eth-json-rpc-infura": "^5.1.0", "eth-keyring-controller": "^7.0.2", "eth-method-registry": "1.1.0", "eth-phishing-detect": "^1.1.16", "eth-query": "^2.1.2", "eth-rpc-errors": "^4.0.0", "eth-sig-util": "^3.0.0", "ethereumjs-util": "^7.0.10", "ethereumjs-wallet": "^1.0.1", "ethers": "^5.4.1", "ethjs-unit": "^0.1.6", "fast-deep-equal": "^3.1.3", "immer": "^9.0.6", "isomorphic-fetch": "^3.0.0", "json-rpc-engine": "^6.1.0", "jsonschema": "^1.2.4", "multiformats": "^9.5.2", "nanoid": "^3.1.31", "punycode": "^2.1.1", "single-call-balance-checker-abi": "^1.0.0", "ubq-contract-metadata": "^1.33.1", "uuid": "^8.3.2", "web3": "^0.20.7", "web3-provider-engine": "^16.0.3" }, "devDependencies": { "@keystonehq/bc-ur-registry-eth": "^0.9.0", "@lavamoat/allow-scripts": "^2.0.2", "@metamask/auto-changelog": "^2.5.0", "@metamask/eslint-config": "^9.0.0", "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", "@metamask/eslint-config-typescript": "^9.0.1", "@types/deep-freeze-strict": "^1.1.0", "@types/jest": "^26.0.22", "@types/jest-when": "^2.7.3", "@types/node": "^14.14.31", "@types/punycode": "^2.1.0", "@types/sinon": "^9.0.10", "@types/web3": "^1.0.6", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "eslint": "^7.24.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-jsdoc": "^36.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.1", "ethjs-provider-http": "^0.1.6", "jest": "^26.4.2", "jest-environment-jsdom": "^25.0.0", "jest-when": "^3.4.2", "nock": "^13.0.7", "prettier": "^2.6.2", "prettier-plugin-packagejson": "^2.2.17", "rimraf": "^3.0.2", "sinon": "^9.2.4", "ts-jest": "^26.5.2", "typedoc": "^0.22.15", "typedoc-plugin-missing-exports": "^0.22.6", "typescript": "~4.6.3" }, "engines": { "node": ">=12.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "lavamoat": { "allowScripts": { "@lavamoat/preinstall-always-fail": false, "@keystonehq/bc-ur-registry-eth>hdkey>secp256k1": true, "babel-runtime>core-js": false, "eth-sig-util>ethereumjs-abi>ethereumjs-util>keccakjs>sha3": true, "eth-sig-util>ethereumjs-util>keccak": true, "eth-sig-util>ethereumjs-util>secp256k1": true, "ethereumjs-util>ethereum-cryptography>keccak": true, "ethereumjs-util>ethereum-cryptography>secp256k1": true } } }