@bsv/wallet-toolbox
Version:
BRC100 conforming wallet, wallet storage and wallet signer components
71 lines (70 loc) • 2.06 kB
JSON
{
"name": "@bsv/wallet-toolbox",
"version": "2.1.2",
"description": "BRC100 conforming wallet, wallet storage and wallet signer components",
"main": "./out/src/index.js",
"types": "./out/src/index.d.ts",
"files": [
"out/src/",
"docs/",
"README.md",
"CHANGELOG.md",
"license.md"
],
"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 && npm run sync-versions",
"doc": "ts2md",
"sync-versions": "node syncVersions.js"
},
"bugs": {
"url": "https://github.com/bsv-blockchain/wallet-toolbox/issues"
},
"homepage": "https://github.com/bsv-blockchain/wallet-toolbox#readme",
"dependencies": {
"@bsv/auth-express-middleware": "^2.0.4",
"@bsv/payment-express-middleware": "^2.0.0",
"@bsv/sdk": "^2.0.4",
"better-sqlite3": "^12.6.2",
"express": "^4.21.2",
"idb": "^8.0.2",
"knex": "^3.1.0",
"mysql2": "^3.12.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/diff": "^6.0.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.4.0",
"@types/jest-diff": "^20.0.1",
"@types/node": "^22.5.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"fake-indexeddb": "^6.0.0",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"ts2md": "^0.2.8",
"typescript": "^5.5.4"
}
}