UNPKG

bitcore-wallet-client

Version:
80 lines (79 loc) 2.45 kB
{ "name": "bitcore-wallet-client", "description": "Client for bitcore-wallet-service", "author": "BitPay Inc", "version": "10.10.9", "license": "MIT", "main": "ts_build/index.js", "types": "ts_build/index.d.js", "keywords": [ "bitcoin", "copay", "multisig", "wallet", "client", "bitcore", "BWS", "BWC" ], "engines": { "node": ">=18.0.0" }, "repository": { "url": "git@github.com:bitpay/bitcore-wallet-client.git", "type": "git" }, "bugs": { "url": "https://github.com/bitpay/bitcore-wallet-client/issues" }, "dependencies": { "ajv": "6.12.0", "async": "0.9.2", "bip38": "1.4.0", "bitcore-mnemonic": "^10.10.7", "crypto-wallet-core": "^10.10.7", "json-stable-stringify": "1.0.1", "preconditions": "2.2.3", "sjcl": "1.0.3", "source-map-loader": "0.2.4", "source-map-support": "0.5.19", "superagent": "5.2.2", "typescript": "5.7.3" }, "devDependencies": { "@types/lodash": "^4.14.136", "@types/node": "22.14.1", "bitcore-wallet-service": "^10.10.9", "browserify": "^13.1.0", "chai": "^1.9.1", "coveralls": "^3.0.2", "istanbul": "*", "kbpgp": "^2.1.4", "mocha": "^5.2.0", "mongodb": "^3.5.9", "prettier": "^2.1.2", "request-promise": "^4.2.4", "sinon": "^7.1.1", "supertest": "*", "ts-node": "^8.0.3", "tslint": "^5.14.0", "typescript-eslint-parser": "^22.0.0", "uuid": "^2.0.1" }, "scripts": { "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test", "test": "npm run compile && mocha --exit", "test:ci": "npm run test", "docs": "TODO ./node_modules/.bin/tsdoc src/lib/* src/lib/common src/lib/errors -o docs && cat README.header.md docs/*.md LICENSE > README.md", "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "compile": "npm run tsc", "tsc": "npm run clean && tsc", "build": "tsc && npm run lint", "clean": "rm -rf ./ts_build", "lint": "tslint -c ../../tslint.json 'src/**/*.ts'", "fix": "tslint --fix -c ../../tslint.json 'src/**/*.ts'", "pub": "npm run build && npm publish", "precommit": "npm run fix && npm run lint" }, "gitHead": "ada93bd6e62e25fd6093a1a3fd4dc556f6103e66" }