-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "nocloud-proto",
"version": "1.0.1",
"description": "Buf generated Protobufs and API services for EcmaScript",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "npx buf generate --template buf.gen.web.yaml"
},
"files": [
"proto/es"
],
"repository": {
"type": "git",
"url": "git+https://github.com/slntopp/nocloud-proto.git"
},
"keywords": [
"nocloud",
"proto",
"protobuf",
"grpc",
"connectrpc"
],
"author": "slnt_opp",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/slntopp/nocloud-proto/issues"
},
"homepage": "https://github.com/slntopp/nocloud-proto#readme",
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.34.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@types/uuid": "^9.0.1"
}
}