UNPKG

sendover

Version:

Tools for creating and paying invoices privately on Bitcoin SV

55 lines (54 loc) 1.34 kB
{ "name": "sendover", "version": "1.3.27", "description": "Tools for creating and paying invoices privately on Bitcoin SV", "main": "./out/src/index.js", "types": "./out/src/index.d.ts", "files": [ "out", "src" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "lint": "ts-standard --fix src/**/*.ts", "build": "tsc -p tsconfig.json", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/p2ppsr/sendover.git" }, "keywords": [ "Bitcoin", "BSV", "invoice", "private", "address" ], "author": "Peer-to-peer Privacy Systems Research LLC", "license": "Open BSV License", "bugs": { "url": "https://github.com/p2ppsr/sendover/issues" }, "homepage": "https://github.com/p2ppsr/sendover#readme", "devDependencies": { "@types/bn.js": "^5.1.1", "@types/jest": "^29.5.11", "@types/node": "^18.7.4", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", "eslint": "^8.34.0", "jest": "^29.4.3", "standard": "^16.0.3", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "ts-standard": "^12.0.2", "ts2md": "^0.1.22", "typescript": "^5.2.2" }, "dependencies": { "@bsv/sdk": "^1.1.23", "babbage-bsv": "^0.2.5" } }