{
  "name": "intentojs",
  "version": "1.0.5-proto.0",
  "description": "package to interact with the Intento blockchain",
  "author": "danieljdd <info@trstlabs.xyz>",
  "homepage": "https://github.com/trstlabs/intentojs#readme",
  "license": "SEE LICENSE IN LICENSE",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "typings": "dist/index.d.ts",
  "directories": {
    "lib": "src"
  },
  "files": [
    "dist",
    "!CHANGELOG.md"
  ],
  "scripts": {
    "build:cjs": "yarn tsc -p tsconfig.json --outDir dist --module commonjs || true",
    "clean:dist": "rimraf dist",
    "clean": "npm run clean:dist",
    "build": "npm run clean && npm run build:cjs",
    "codegen": "node scripts/codegen.js",
    "prepare": "npm run build",
    "lint": "eslint ."
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/trstlabs/intentojs"
  },
  "keywords": [],
  "bugs": {
    "url": "https://github.com/trstlabs/intentojs/issues"
  },
  "devDependencies": {
    "@cosmology/telescope": "^1.11.9",
    "@protobufs/cosmos": "^0.1.0",
    "@protobufs/cosmos_proto": "^0.0.10",
    "@protobufs/cosmwasm": "^0.1.1",
    "@protobufs/gogoproto": "^0.0.10",
    "@protobufs/google": "^0.0.10",
    "@protobufs/ibc": "^0.1.0",
    "@types/jest": "^29.5.0",
    "eslint": "8.45.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.5.0",
    "jest-in-case": "^1.0.2",
    "prettier": "^2.8.7",
    "publish-scripts": "0.1.0",
    "rimraf": "^5.0.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@cosmjs/amino": "^0.32.4",
    "@cosmjs/proto-signing": "^0.32.4",
    "@cosmjs/stargate": "^0.32.4",
    "@cosmjs/tendermint-rpc": "^0.32.0"
  }
}