generated from cheqd/.github
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@cheqd/ts-proto",
"version": "4.0.0",
"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",
"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.2.2",
"long": "^5.2.3",
"protobufjs": "^7.4.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/long": "^5.0.0",
"@types/node": "^20.17.6",
"conventional-changelog-conventionalcommits": "^8.0.0",
"loose-ts-check": "^2.0.0",
"semantic-release": "^24.2.0",
"typescript": "^5.6.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"engines": {
"node": ">=20.0.0"
}
}