@bsv/wallet-toolbox
Version:
BRC100 conforming wallet, wallet storage and wallet signer components
62 lines (61 loc) • 1.88 kB
JSON
{
"name": "@bsv/wallet-toolbox",
"version": "1.5.20",
"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/bsv-blockchain/wallet-toolbox.git"
},
"author": "Tone Engel",
"license": "SEE LICENSE IN license.md",
"keywords": [
"bsv",
"babbage",
"wallet",
"BRC100"
],
"scripts": {
"test": "npm run build && jest --testPathIgnorePatterns=man.test.ts",
"test:watch": "npm run build && jest --testPathIgnorePatterns=man.test.ts --watch",
"test:coverage": "npm run build && jest --testPathIgnorePatterns=man.test.ts --coverage",
"lint": "prettier --write 'src/**/*.ts' --write 'test/**/*.ts' --log-level silent",
"build": "tsc --build",
"prepublish": "npm run lint && npm run build && npm run doc",
"doc": "ts2md"
},
"bugs": {
"url": "https://github.com/bsv-blockchain/wallet-toolbox/issues"
},
"homepage": "https://github.com/bsv-blockchain/wallet-toolbox#readme",
"dependencies": {
"@bsv/auth-express-middleware": "^1.2.2",
"@bsv/payment-express-middleware": "^1.2.3",
"@bsv/sdk": "^1.6.20",
"express": "^4.21.2",
"idb": "^8.0.2",
"knex": "^3.1.0",
"mysql2": "^3.12.0",
"sqlite3": "^5.1.7"
},
"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",
"chalk": "^4.1.2",
"dotenv": "^16.4.7",
"fake-indexeddb": "^6.0.0",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"jest-diff": "^29.7.0",
"jest-simple-summary": "^1.0.2",
"prettier": "^3.4.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"ts2md": "^0.2.8",
"typescript": "^5.2.2"
}
}