UNPKG

ptokens-pbtc

Version:

repo holding the code for interacting with pBTC

53 lines (52 loc) 1.47 kB
{ "name": "ptokens-pbtc", "version": "0.15.0", "description": "repo holding the code for interacting with pBTC", "repository": "https://github.com/provable-things/ptokens.js/tree/master/packages/ptokens-pbtc", "main": "dist/ptokens-pbtc.cjs.js", "module": "dist/ptokens-pbtc.esm.js", "browser": "dist/ptokens-pbtc.umd.js", "types": "types/index.d.ts", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest --ci --forceExit --detectOpenHandles", "lint": "npx eslint ./src --fix && npx eslint ./tests --fix", "dtslint": "dtslint types --onlyTestTsNext" }, "keywords": [ "ptokens", "javaScript", "ethereum", "bitcoin", "pnetwork" ], "author": "alle.manfredi@gmail.com @provable-things", "license": "LGPL-3.0", "dependencies": { "@babel/runtime": "^7.3.1", "@types/node": "^12.6.1", "bignumber.js": "^9.0.0", "bitcoinjs-lib": "^5.1.6", "chai": "^4.2.0", "eosjs": "^20.0.0", "ptokens-deposit-address": "^0.15.0", "ptokens-node": "^0.15.0", "ptokens-node-selector": "^0.15.0", "ptokens-providers": "^0.15.0", "ptokens-utils": "^0.15.0", "web3": "^1.2.2", "web3-core-promievent": "^1.2.1", "web3-utils": "^1.2.4" }, "devDependencies": { "dtslint": "0.4.2", "jest": "^24.8.0", "qrcode-terminal": "^0.12.0" }, "files": [ "dist", "types/index.d.ts" ], "gitHead": "da3deabbeddb0a4eec95d120e243ee1dbb757c90" }