UNPKG

satoshi-bitcoin-ts

Version:

A tiny typescript library to convert between Bitcoin & Satoshis with precision.

44 lines (43 loc) 1.14 kB
{ "name": "satoshi-bitcoin-ts", "version": "0.2.4", "description": "A tiny typescript library to convert between Bitcoin & Satoshis with precision.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "mocha -r @ts-tools/node \"test/**/*.test.ts\"", "build": "tsc", "lint": "tslint -p tsconfig.json", "prepublishOnly": "npm test && npm run lint" }, "keywords": [ "satoshi", "bitcoin" ], "author": "Cavan Flynn <cavan.m.flynn@gmail.com>", "license": "MIT", "devDependencies": { "@ts-tools/node": "^0.8.3", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "chai": "^4.2.0", "mocha": "^5.2.0", "tslint": "^5.12.0", "typescript": "^3.2.2" }, "dependencies": { "@types/big.js": "^4.0.5", "big.js": "^5.2.2" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/cavanmflynn/satoshi-bitcoin-ts.git" }, "bugs": { "url": "https://github.com/cavanmflynn/satoshi-bitcoin-ts/issues" }, "homepage": "https://github.com/cavanmflynn/satoshi-bitcoin-ts#readme" }