UNPKG

blockcypher-client

Version:

A TypeScript client for interacting with BlockCypher's API that provides strong typing and safety when interacting with BlockCypher services.

47 lines (46 loc) 1.07 kB
{ "name": "blockcypher-client", "version": "1.2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Lixqa/BlockCypher.git" }, "author": "Lixqa", "license": "ISC", "bugs": { "url": "https://github.com/Lixqa/BlockCypher/issues" }, "homepage": "https://github.com/Lixqa/BlockCypher#readme", "description": "A TypeScript client for interacting with BlockCypher's API that provides strong typing and safety when interacting with BlockCypher services.", "keywords": [ "blockcypher", "blockchain", "typescript", "client", "typesafe", "api", "bitcoin", "explorer", "ethereum", "litecoin", "dogecoin", "dash", "blockcypher.com" ], "maintainers": [ { "name": "Lixqa", "email": "lixqadev@gmail.com" } ], "dependencies": { "typescript": "^5.8.2" } }