-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.example.json
More file actions
58 lines (58 loc) · 1.5 KB
/
package.example.json
File metadata and controls
58 lines (58 loc) · 1.5 KB
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
{
"name": "@qdrant/qdrant-cloud-public-api",
"version": "0.0.0",
"description": "Qdrant cloud public API",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"files": ["qdrant", "google", "buf", "k8s.io"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"artifactregistry-login": "npx --registry=https://registry.npmjs.org google-artifactregistry-auth"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qdrant/qdrant-cloud-public-api.git"
},
"author": "Cloud Unit Platform",
"license": "ISC",
"bugs": {
"url": "https://github.com/qdrant/qdrant-cloud-public-api/issues"
},
"homepage": "https://github.com/qdrant/qdrant-cloud-public-api#readme",
"devDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@bufbuild/protobuf": "^2.6.0"
},
"peerDependencies": {
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-node": "^2.0.2",
"@connectrpc/connect-query": "^2.1.0",
"@connectrpc/connect-web": "^2.0.2"
},
"peerDependenciesMeta": {
"@connectrpc/connect": {
"optional": true
},
"@connectrpc/connect-node": {
"optional": true
},
"@connectrpc/connect-query": {
"optional": true
},
"@connectrpc/connect-web": {
"optional": true
}
},
"exports": {
"./google/rpc/error_details": {
"import": "./google/rpc/error_details_pb.js",
"types": "./google/rpc/error_details_pb.d.ts"
}
},
"sideEffects": false
}