forked from stephenh/ts-proto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.47 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
74
75
{
"name": "ts-proto",
"version": "1.166.2",
"description": "",
"main": "build/plugin.js",
"repository": "github:stephenh/ts-proto",
"bin": {
"protoc-gen-ts_proto": "./protoc-gen-ts_proto"
},
"scripts": {
"build": "yarn tsc",
"build:test": "yarn proto2bin && yarn proto2pbjs && yarn bin2ts",
"prepare": "yarn build",
"proto2bin": "docker compose run --rm protoc update-bins.sh",
"proto2bin-node": "docker compose run --rm node update-bins.sh",
"proto2pbjs": "docker compose run --rm protoc pbjs.sh",
"bin2ts": "docker compose run --rm protoc codegen.sh",
"test": "yarn jest -c jest.config.js",
"tsc:check": "./tsc-check.sh tsconfig.json tests/tsconfig.json integration/tsconfig.json integration/tsconfig.proto.json protos/tsconfig.json",
"format": "prettier --write {src,tests}/**/*.ts integration/*.ts",
"format:check": "prettier --list-different {src,tests}/**/*.ts",
"setup:docker": "docker compose build",
"watch": "tsx integration/watch.ts"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@grpc/grpc-js": "^1.8.17",
"@grpc/proto-loader": "^0.7.8",
"@improbable-eng/grpc-web": "^0.14.1",
"@improbable-eng/grpc-web-node-http-transport": "^0.14.1",
"@nestjs/common": "^9.4.3",
"@nestjs/core": "^9.4.3",
"@nestjs/microservices": "^9.4.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.4",
"@tsconfig/strictest": "^2.0.1",
"@types/jest": "^29.5.3",
"@types/node": "^16.18.38",
"@types/object-hash": "^3.0.2",
"chokidar": "^3.5.3",
"dataloader": "^2.2.2",
"jest": "^29.6.1",
"jest-ts-webcompat-resolver": "^1.0.0",
"mongodb": "^5.7.0",
"nano-date": "^4.1.0",
"nice-grpc": "^2.1.4",
"object-hash": "^3.0.0",
"prettier": "^2.8.8",
"protobufjs-cli": "^1.1.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"semantic-release": "^21.0.7",
"ts-jest": "^29.1.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"uglify-js": "^3.17.4"
},
"dependencies": {
"case-anything": "^2.1.13",
"protobufjs": "^7.2.4",
"ts-poet": "^6.5.0",
"ts-proto-descriptors": "1.15.0"
},
"packageManager": "[email protected]"
}