@cheqd/ts-proto
Version:
A TypeScript package for all transpiled cheqd ProtoBuf definitions.
74 lines (73 loc) • 2.06 kB
JSON
{
"name": "@cheqd/ts-proto",
"version": "4.1.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": "^7.5.3"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.3",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/long": "^5.0.0",
"@types/node": "^22.15.30",
"conventional-changelog-conventionalcommits": "^9.0.0",
"loose-ts-check": "^2.0.0",
"semantic-release": "^24.2.5",
"typescript": "^5.8.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"engines": {
"node": ">=22.0.0"
}
}