We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e6b9f commit 9045fe9Copy full SHA for 9045fe9
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "bzl-sdk-node",
+ "name": "@stackb/bzl-sdk-node",
3
"displayName": "Bzl SDK for Node",
4
"description": "SDK for the Bzl API (nodejs)",
5
"version": "0.0.1",
@@ -19,5 +19,19 @@
19
},
20
"scripts": {
21
"test": "jest"
22
- }
23
-}
+ },
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/stackb/bzl-sdk-node.git"
26
27
+ "keywords": [
28
+ "bazel",
29
+ "grpc"
30
+ ],
31
+ "author": "stack.build authors",
32
+ "license": "ISC",
33
+ "bugs": {
34
+ "url": "https://github.com/stackb/bzl-sdk-node/issues"
35
36
+ "homepage": "https://github.com/stackb/bzl-sdk-node#readme"
37
+}
0 commit comments