UNPKG

wallet-storage

Version:

BRC100 conforming wallet, wallet storage and wallet signer components

64 lines (63 loc) 1.85 kB
{ "name": "wallet-storage", "version": "0.0.42", "description": "BRC100 conforming wallet, wallet storage and wallet signer components", "main": "./out/src/index.js", "types": "./out/src/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/bitcoin-sv/wallet-toolbox.git" }, "author": "Tone Engel", "license": "SEE LICENSE IN license.md", "keywords": [ "bsv", "babbage", "wallet", "BRC100" ], "scripts": { "test": "jest --testPathIgnorePatterns=man.test.ts", "test:watch": "jest --testPathIgnorePatterns=man.test.ts --watch", "test:coverage": "jest --testPathIgnorePatterns=man.test.ts --coverage", "lint": "prettier --write src/**/*.ts --loglevel silent", "build": "tsc --build", "prepublish": "npm run lint && npm run build && npm run doc", "doc": "ts2md" }, "bugs": { "url": "https://github.com/bitcoin-sv/wallet-toolbox/issues" }, "homepage": "https://github.com/bitcoin-sv/wallet-toolbox#readme", "dependencies": { "@bsv/auth-express-middleware": "^1.0.1", "@bsv/payment-express-middleware": "^1.0.1", "@bsv/sdk": "^1.3.10", "axios": "^0.21.1", "express": "^4.21.2", "knex": "^3.1.0", "mysql2": "^3.12.0", "whatsonchain": "^0.2.0" }, "devDependencies": { "@types/diff": "^6.0.0", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.4.0", "@types/jest-diff": "^20.0.1", "@types/node": "^20.8.2", "@types/node-fetch": "^2.6.2", "chalk": "^4.1.2", "dotenv": "^16.3.1", "fs-extra": "^11.2.0", "jest": "^29.7.0", "jest-diff": "^29.7.0", "jest-simple-summary": "^1.0.2", "prettier": "^3.4.2", "sqlite3": "^5.1.7", "standard": "^17.1.0", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "ts2md": "^0.2.5", "typescript": "^5.2.2" } }