UNPKG

blockchain-wallet-ts

Version:

TypeScript wrapper for Blockchain.info's wallet API

47 lines (46 loc) 1.13 kB
{ "name": "blockchain-wallet-ts", "version": "1.0.3", "description": "TypeScript wrapper for Blockchain.info's wallet API", "main": "dist/BlockchainApi.js", "types": "dist/BlockchainApi.d.ts", "scripts": { "test": "jest", "build": "tsc", "postpublish": "git push && git push --tags", "prepare": "npm run build && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/JorgenVatle/blockchain-wallet-ts.git" }, "keywords": [ "TypeScript", "Node", "Blockchain.info", "Bitcoin" ], "author": "Jørgen <Jorgen@WcAServices.net> (https://github.com/JorgenVatle)", "license": "ISC", "bugs": { "url": "https://github.com/JorgenVatle/blockchain-wallet-ts/issues" }, "homepage": "https://github.com/JorgenVatle/blockchain-wallet-ts#readme", "devDependencies": { "@types/config": "0.0.36", "@types/jest": "^24.0.23", "config": "^3.2.4", "jest": "^24.9.0", "ts-jest": "^24.1.0", "typescript": "^3.7.2" }, "files": [ "dist" ], "engines": { "node": ">=6.4" }, "dependencies": { "axios": "^0.19.0" } }