bitcore-tss
Version:
Bitcore Library for Threshold Signature Schemes
42 lines (41 loc) • 1.18 kB
JSON
{
"name": "bitcore-tss",
"version": "10.10.0",
"description": "Bitcore Library for Threshold Signature Schemes",
"main": "index.js",
"type": "commonjs",
"scripts": {
"build": "webpack -c ./webpack.config.js",
"test": "npm run test:mocha",
"test:mocha": "npx mocha ./test/**/*.test.js",
"test:node": "node --test $(find test -name *.test.js)",
"test:node:only": "node --test --test-only $(find test -name *.test.js)",
"test:web": "npm run build && npm run wdio",
"wdio": "wdio run ./wdio.conf.js"
},
"keywords": [
"tss",
"ethereum",
"evm"
],
"author": "Kenny Joseph",
"license": "MIT",
"dependencies": {
"@bitgo/sdk-lib-mpc": "^10.1.2",
"bitcore-lib": "^10.9.0"
},
"devDependencies": {
"@wdio/browser-runner": "^9.12.0",
"@wdio/cli": "^9.12.0",
"@wdio/firefox-profile-service": "^9.10.1",
"@wdio/spec-reporter": "^9.11.0",
"assert": "^2.1.0",
"browserify": "^17.0.1",
"crypto-wallet-core": "^10.10.0",
"mocha": "11.1.0",
"webdriverio": "^9.12.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"gitHead": "899c4d03cea31db72e6b72be6891e589af359565"
}