bivcore-wallet-client
Version:
Client for bivcore-wallet-service
85 lines (84 loc) • 2.79 kB
JSON
{
"name": "bivcore-wallet-client",
"description": "Client for bivcore-wallet-service",
"version": "8.22.0-2",
"license": "MIT",
"main": "ts_build/index.js",
"types": "ts_build/index.d.js",
"keywords": [
"bitcoinvalue",
"copay",
"multisig",
"wallet",
"client",
"bivcore",
"BWS",
"BWC"
],
"engine": "node >= 8.0.0",
"repository": {
"url": "git@github.com:bitcoin-value/bivcore-wallet-client.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/bitcoin-value/bivcore-wallet-client/issues"
},
"dependencies": {
"bitcore-lib-value": "^8.22.0-6",
"crypto-value-wallet-core": "^8.22.0-4",
"ajv": "^6.10.0",
"async": "^0.9.0",
"awesome-typescript-loader": "^5.2.1",
"bip38": "^1.3.0",
"bivcore-mnemonic": "^8.22.0-3",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.15",
"preconditions": "^2.2.3",
"sjcl": "1.0.3",
"source-map-loader": "^0.2.4",
"superagent": "^5.1.0",
"tslint-config-prettier": "^1.18.0"
},
"devDependencies": {
"@types/lodash": "^4.14.136",
"@types/node": "^10.0.2",
"bivcore-wallet-service": "^8.22.0-2",
"browserify": "^13.1.0",
"chai": "^1.9.1",
"coveralls": "^3.0.2",
"istanbul": "*",
"kbpgp": "^2.1.4",
"mocha": "^5.2.0",
"mongodb": "^2.0.27",
"request-promise": "^4.2.4",
"sinon": "^7.1.1",
"supertest": "*",
"ts-node": "^8.0.3",
"tslint": "^5.14.0",
"typescript": "^3.3.4000",
"typescript-eslint-parser": "^22.0.0",
"prettier": "^2.1.2",
"uuid": "^2.0.1"
},
"scripts": {
"start": "npm run clean && npm run tsc && node index.js",
"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": "./node_modules/.bin/jsdox lib/* lib/common 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",
"fix": "npm run fix:style && npm run fix:lint",
"pub": "npm run build && npm publish",
"precommit": "npm run fix && npm run lint",
"lint": "npm run lint:ts",
"lint:ts": "tslint -c ./tslint.json 'src/**/*.ts'",
"lint:style": "prettier --check 'src/**/*.ts'",
"fix:lint": "tslint --fix -c ./tslint.json 'src/**/*.ts'",
"fix:style": "prettier --write 'src/**/*.ts'"
},
"gitHead": "012cc0216a9bc6b195035855bd17149bad41acd1"
}