{
  "name": "@cheqd/ts-proto",
  "version": "4.2.1",
  "description": "A TypeScript package for all transpiled cheqd ProtoBuf definitions.",
  "main": "index.js",
  "type": "module",
  "files": [
    "amino/**/*.*",
    "cheqd/**/*.*",
    "cosmos/**/*.*",
    "cosmos_proto/**/*.*",
    "feeabstraction/**/*.*",
    "feemarket/**/*.*",
    "gogoproto/**/*.*",
    "google/**/*.*",
    "tendermint/**/*.*",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "license": "Apache-2.0",
  "author": "Cheqd Foundation Limited (https://github.com/cheqd)",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm run build:proto-gen && npm run build:ts",
    "build:proto-gen": "buf generate buf.build/cheqd/proto:develop",
    "build:ts": "tsc",
    "loosely-check": "npx loose-ts-check --auto-update",
    "loosely-check-fix": "npx loose-ts-check --auto-fix",
    "loosely-build": "tsc --noEmit | npx loose-ts-check --auto-update"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheqd/ts-proto.git"
  },
  "homepage": "https://github.com/cheqd/ts-proto#readme",
  "keywords": [
    "cheqd",
    "proto",
    "buf",
    "typescript",
    "sdk"
  ],
  "bugs": {
    "url": "https://github.com/cheqd/ts-proto/issues"
  },
  "dependencies": {
    "@bufbuild/protobuf": "^2.5.1",
    "long": "^5.3.2",
    "protobufjs": "^8.0.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.4",
    "@semantic-release/release-notes-generator": "^14.0.3",
    "@types/long": "^5.0.0",
    "@types/node": "^25.2.3",
    "conventional-changelog-conventionalcommits": "^9.0.0",
    "loose-ts-check": "^2.0.0",
    "semantic-release": "^25.0.3",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
