{
	"name": "@bitsongjs/client",
	"version": "2.4.0-beta.10",
	"author": "Angelo Recca <angelorc@users.noreply.github.com>",
	"description": "Javascript API library for NodeJS and Web browsers to interact with the BitSong Blockchain",
	"license": "Apache-2.0",
	"main": "dist",
	"type": "module",
	"publishConfig": {
		"access": "public",
		"@bitsongjs:registry": "https://registry.npmjs.com"
	},
	"bugs": {
		"url": "https://github.com/bitsongofficial/bitsongjs/issues"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/bitsongofficial/bitsongjs",
		"directory": "packages/client"
	},
	"files": [
		"dist/",
		"test/"
	],
	"directories": {
		"dist": "dist",
		"test": "test"
	},
	"dependencies": {
		"@bitsongjs/contracts": "^2.1.0-beta.2",
		"@bitsongjs/utils": "*",
		"@cosmjs/encoding": "^0.29.2",
		"@cosmjs/math": "^0.29.2",
		"@cosmjs/tendermint-rpc": "^0.29.2",
		"cosmjs-types": "^0.5.2",
		"rxjs": "^7.5.6"
	},
	"devDependencies": {
		"@babel/preset-typescript": "^7.18.6",
		"@types/jest": "^28.1.8",
		"jest": "^28.1.3",
		"ts-jest": "^28.0.8",
		"ts-proto": "^1.104.0"
	},
	"scripts": {
		"preget-proto": "rimraf proto",
		"get-proto": "CREF=v0.45.6 IBCREF=v2.0.0 BREF=v0.11.0 ./scripts/get-proto.sh",
		"define-proto": "./scripts/define-proto.sh",
		"postdefine-proto": "prettier --write \"src/codec/**/*.ts\"",
		"build": "rimraf dist && tsc",
		"test": "jest"
	},
	"gitHead": "3e46c1f2cffbb884bd1b1ec0b36b1aef52af6557"
}
