@gnolang/tm2-js-client
Version:
Tendermint2 JS / TS Client
70 lines (69 loc) • 1.78 kB
JSON
{
"name": "@gnolang/tm2-js-client",
"version": "1.3.3",
"description": "Tendermint2 JS / TS Client",
"main": "./bin/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gnolang/tm2-js-client.git"
},
"keywords": [
"tm2",
"tendermint2",
"sdk",
"client",
"js"
],
"author": "Milos Zivkovic <milos.zivkovic@tendermint.com>",
"license": "Apache-2.0",
"homepage": "https://gno.land/",
"files": [
"bin/**/*"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/jest": "^30.0.0",
"@types/long": "^5.0.0",
"@types/node": "^24.3.0",
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"@typescript-eslint/typescript-estree": "^8.42.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "5.5.1",
"globals": "^16.3.0",
"jest": "^30.0.4",
"jest-mock-extended": "^4.0.0",
"jest-websocket-mock": "^2.4.0",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"ts-proto": "^2.7.5",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1"
},
"dependencies": {
"@cosmjs/amino": "^0.36.0",
"@cosmjs/crypto": "^0.36.0",
"@cosmjs/ledger-amino": "^0.36.0",
"@types/uuid": "^10.0.0",
"axios": "^1.11.0",
"long": "^5.3.2",
"protobufjs": "^7.5.3",
"uuid": "^11.1.0",
"ws": "^8.18.0"
},
"scripts": {
"tsc": "tsc",
"lint": "eslint '**/*.ts' --fix",
"prettier": "prettier --write .",
"build": "yarn tsc",
"test": "jest",
"prepare": "yarn build",
"prepublishOnly": "yarn lint && yarn prettier"
}
}