You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
1.1 KiB

{
"name": "samourai-dojo",
"version": "1.10.0",
"description": "Backend server for Samourai Wallet",
"main": "accounts/index.js",
"scripts": {
"test": "mocha --recursive --reporter spec"
},
"repository": {
"type": "git",
"url": "git+ssh://git@code.samourai.io:dojo/samourai-dojo.git"
},
"author": "Katana Cryptographic Ltd.",
"license": "AGPL-3.0-only",
"homepage": "https://code.samourai.io/dojo/samourai-dojo",
"dependencies": {
"@tinyhttp/app": "1.3.3",
"async-sema": "2.1.2",
"axios": "0.21.1",
"bip39": "2.4.0",
"bitcoinjs-lib": "5.2.0",
"bitcoinjs-message": "1.0.1",
"body-parser": "1.19.0",
"helmet": "3.23.3",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",
"lru-cache": "4.0.2",
"make-concurrent": "5.3.0",
"minimist": "1.2.5",
"mysql": "2.18.1",
"passport": "0.4.1",
"passport-localapikey-update": "0.6.0",
"rpc-bitcoin": "2.0.0",
"sirv": "1.0.11",
"socks-proxy-agent": "4.0.1",
"validator": "10.8.0",
"websocket": "1.0.34",
"workerpool": "6.1.4",
"zeromq": "4.2.0"
},
"devDependencies": {
"mocha": "^7.1.1"
}
}