UNPKG

@bandprotocol/bandchain.js

Version:

Library for interacting with BandChain in browser and Node.js environments

19 lines (18 loc) 367 B
{ "name": "bandchain.js-example", "version": "1.0.0", "description": "bandchain.js-example written in typescript", "main": "index.js", "scripts": { "start": "ts-node" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@bandprotocol/bandchain.js": "link:../lib" }, "devDependencies": { "ts-node": "^10.9.1" } }