generated from cheqd/.github
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "@cheqd/ts-proto",
"version": "1.0.4",
"description": "A TS package for all transpiled cheqd proto definitions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "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"
},
"keywords": [
"cheqd",
"proto",
"buf",
"typescript",
"sdk"
],
"author": "Tasos Derisiotis <tasos@cheqd.io>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cheqd/ts-proto/issues"
},
"dependencies": {
"long": "^4.0.0",
"protobufjs": "~6.11.2"
},
"homepage": "https://github.com/cheqd/ts-proto#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^5.0.0",
"loose-ts-check": "^1.2.0",
"semantic-release": "^19.0.3",
"typescript": "^4.7.4",
"@types/long": "^4.0.1",
"@types/node": "^15.6.2"
}
}