UNPKG

babbage-kvstore

Version:

Blockchain-based key-value storage for local and global use

46 lines (45 loc) 1.01 kB
{ "name": "babbage-kvstore", "version": "2.0.1", "description": "Blockchain-based key-value storage for local and global use", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc", "doc": "ts2md", "test": "jest", "test:coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/p2ppsr/babbage-kvstore.git" }, "keywords": [ "key", "value", "bsv", "babbage", "metanet", "storage" ], "author": "Peer-to-Peer Privacy Systems Research, LLC", "license": "Open BSV License", "bugs": { "url": "https://github.com/p2ppsr/babbage-kvstore/issues" }, "homepage": "https://github.com/p2ppsr/babbage-kvstore#readme", "dependencies": { "@bsv/sdk": "^1.4.11" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.3.0", "ts2md": "^0.2.8", "typescript": "^5.8.2" } }