UNPKG

jadets

Version:
59 lines (58 loc) 1.33 kB
{ "name": "jadets", "version": "1.1.18", "description": "jade impl in typescript", "keywords": [ "jade", "hardware-wallet", "bitcoin", "psbt", "typescript", "nodejs", "cbor", "multisig", "jade-hw", "blockstream" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "clean": "rm -rf node_modules package-lock.json", "clean:build": "rm -rf dist build out", "test:e2e": "mocha --loader ts-node/esm test/**/*.spec.ts", "demo": "ts-node src/temp/demo.ts", "demo:web": "npm run build && node demo/server.js" }, "repository": { "type": "git", "url": "git+https://github.com/Austin-Fulbright/jadets.git" }, "author": "Austin Fulbright austinfulbright@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/Austin-Fulbright/jadets/issues" }, "homepage": "https://github.com/Austin-Fulbright/jadets#readme", "devDependencies": { "@types/jest": "^29.5.14", "@types/mocha": "^10.0.10", "@types/node": "^22.15.29", "jest": "^29.7.0", "mocha": "^11.5.0", "ts-jest": "^29.3.4", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "bip32": "^5.0.0-rc.0", "bip32-path": "^0.4.2", "cbor2": "^2.0.1", "tiny-secp256k1": "^2.2.3" } }