123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "btc-hdkey",
- "version": "0.0.9",
- "description": "Hierarchical Deterministic Wallet support for BTC",
- "main": "hdkey.min.js",
- "types": "hdkey.d.ts",
- "scripts": {
- "build": "tsc; npm run webpack;",
- "test": "echo \"Error: no test specified\" && exit 1",
- "webpack": "webpack --config webpack.prod.js"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@gitea.frontblock.me:2222/fb-vendor/btc-hdkey.git"
- },
- "keywords": [
- "BTC",
- "HDkey",
- "wallet"
- ],
- "author": "frontblock",
- "license": "ISC",
- "devDependencies": {
- "typescript": "^3.5.3",
- "webpack": "^4.39.2",
- "webpack-cli": "^3.3.6"
- },
- "files": [
- "hdkey.js",
- "hdkey.min.js",
- "hdkey.d.ts"
- ],
- "dependencies": {
- "bip39": "^3.0.2",
- "bitcoinjs-lib": "^5.1.3",
- "bsert": "0.0.10",
- "hdkey": "^1.1.1"
- }
- }
|