-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.12 KB
/
package.json
File metadata and controls
23 lines (23 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@connectrpc/connect-cloudflare",
"private": true,
"type": "module",
"scripts": {
"conformance:server": "npx wrangler deploy -c ./conformance/wrangler-server.toml && connectconformance --mode server --conf ./conformance/conformance-cloudflare-server.yaml -v tsx ./conformance/server.ts",
"conformance:client": "npx wrangler deploy -c ./conformance/wrangler-client.toml && connectconformance --mode client --conf ./conformance/conformance-cloudflare-client.yaml -v --known-failing @./conformance/known-failing-client.txt --bind 0.0.0.0 --port 8181 --cert $CLOUDFLARE_WORKERS_REFERENCE_SERVER_CERT --key $CLOUDFLARE_WORKERS_REFERENCE_SERVER_KEY -- tsx ./conformance/client.ts",
"format": "biome format --write",
"license-header": "license-header",
"lint": "biome lint --error-on-warnings"
},
"dependencies": {
"@bufbuild/protobuf": "^2.7.0",
"@connectrpc/connect": "2.0.4",
"@connectrpc/connect-node": "2.0.4"
},
"devDependencies": {
"wrangler": "^4.29.1",
"@cloudflare/workers-types": "^4.20250801.0",
"tsx": "^4.20.3",
"@connectrpc/connect-conformance": "^2.0.4"
}
}