infoblock
Version:
A typed wrapper of the blockchain.info API
42 lines (41 loc) • 778 B
JSON
{
"name": "infoblock",
"version": "1.0.4",
"description": "A typed wrapper of the blockchain.info API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"axios": "^0.22.0",
"nvm": "0.0.4",
"tsc": "^2.0.3",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^13.11.1",
"jest": "^27.2.4",
"ts-jest": "^27.0.0"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "jest dist/"
},
"author": "pkakelas",
"license": "WTFPL",
"jest": {
"coverageReporters": [
"json-summary",
"text",
"lcov"
]
},
"keywords": [
"blockchain",
"btc",
"bitcoin",
"info",
"blockchain.info",
"crypto"
]
}