UNPKG

@bitcoin-computer/lib

Version:
69 lines (68 loc) 1.7 kB
{ "name": "@bitcoin-computer/lib", "version": "0.13.4-beta.0", "private": false, "description": "Smart Contracts for Bitcoin", "license": "CC-BY-ND-4.0", "contributors": [ "Clemens Ley", "Laura Tardivo", "Vivek Singh" ], "repository": { "type": "git", "url": "https://github.com/bitcoin-computer/monorepo/tree/main/packages/lib" }, "main": "dist/bc-lib.main.es.mjs", "module": "dist/bc-lib.module.es.mjs", "browser": "dist/bc-lib.browser.es.mjs", "homepage": "http://bitcoincomputer.io/", "author": { "name": "Clemens Ley", "email": "clemens@bitcoincomputer.io", "url": "https://github.com/bitcoin-computer" }, "bugs": { "url": "https://github.com/bitcoin-computer/monorepo/issues" }, "engines": { "node": ">=16" }, "files": [ "dist" ], "type": "module", "scripts": { "prepublishOnly": "./scripts/check-obfuscation.sh", "publish-lib": "npm publish" }, "dependencies": { "@babel/core": "^7.18.0", "@babel/parser": "^7.20.7", "@bitcoin-computer/bitcore-mnemonic-ltc": "8.25.44", "@endo/static-module-record": "^0.7.4", "axios": "^0.27.2", "bitcoind-rpc": "^0.9.1", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", "crypto-js": "^4.0.0", "dotenv": "^16.0.0", "eccrypto": "^1.1.3", "eciesjs": "^0.3.9", "exponential-backoff": "^3.1.0", "ses": "^0.15.9", "tweetnacl": "^1.0.3", "tweetnacl-util": "^0.15.1" }, "devDependencies": { "chai": "^4.3.6", "mocha": "^10.0.0" }, "keywords": [ "Bitcoin", "Litecoin", "Smart Contracts", "Javascript" ], "gitHead": "af40117bcb9616e631910f68c3b617aef629f027" }