forked from stephenh/ts-proto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "ts-proto",
"version": "1.26.0",
"description": "",
"main": "build/plugin.js",
"repository": "github:stephenh/ts-proto",
"bin": {
"protoc-gen-ts_proto": "./protoc-gen-ts_proto"
},
"scripts": {
"build": "yarn tsc",
"setup": "./pbjs.sh && ./integration/pbjs.sh && ./integration/update-bins.sh && ./integration/codegen.sh",
"test": "yarn jest -c jest.config.js --maxWorkers=2",
"prettier": "prettier --write {src,tests}/**/*.ts",
"prettier:check": "prettier --list-different {src,tests}/**/*.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@grpc/proto-loader": "^0.5.4",
"@nestjs/common": "^7.0.9",
"@nestjs/core": "^7.0.9",
"@nestjs/microservices": "^7.0.9",
"@types/jest": "^24.0.11",
"@types/node": "^10.7.0",
"grpc": "^1.24.2",
"jest": "^25.1.0",
"prettier": "^2.0.5",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.5",
"ts-jest": "^25.2.1",
"ts-node": "^8.3.0",
"typescript": "^3.9.3",
"uglify-js": "^3.9.2"
},
"dependencies": {
"@types/object-hash": "^1.3.0",
"dataloader": "^1.4.0",
"object-hash": "^1.3.1",
"protobufjs": "^6.8.8",
"sequency": "^0.19.2",
"ts-poet": "^1.0.1"
}
}