@bandprotocol/bandchain.js
Version:
TypeScript library for Cosmos SDK and BandChain
58 lines (57 loc) • 1.68 kB
JSON
{
"name": "@bandprotocol/bandchain.js",
"version": "3.0.4",
"author": "Band Protocol <dev@bandprotocol.com>",
"description": "TypeScript library for Cosmos SDK and BandChain",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/bandprotocol/bandchainjs",
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/bandprotocol/bandchain.js"
},
"bugs": {
"url": "https://github.com/bandprotocol/bandchain.js/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node scripts/codegen.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build:dev": "npm run clean; npm run codegen; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch",
"pack": "cd dist && npm pack"
},
"devDependencies": {
"@cosmology/telescope": "^1.10.0",
"@protobufs/cosmos": "^0.1.0",
"@protobufs/ibc": "^0.1.0",
"@protobufs/stargaze": "^0.1.0"
},
"dependencies": {
"@cosmjs/amino": "0.32.3",
"@cosmjs/encoding": "0.32.3",
"@cosmjs/math": "0.32.3",
"@cosmjs/proto-signing": "0.32.3",
"@cosmjs/stargate": "0.32.3",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@cosmology/lcd": "^0.14.0"
},
"keywords": [
"band",
"bandprotocol",
"bandchain",
"cosmos",
"sdk",
"typescript"
]
}