Skip to content

Commit

Permalink
[OV JS] Extend npm package keywords (openvinotoolkit#28047)
Browse files Browse the repository at this point in the history
### Details:
- To better indexing openvino-node npm package we have to add more
related keywords into package.json
  • Loading branch information
vishniakov-nikolai authored Dec 13, 2024
1 parent f1cba31 commit 4a4d8f0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/bindings/js/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@
"host": "https://storage.openvinotoolkit.org"
},
"keywords": [
"OpenVINO"
"OpenVINO",
"openvino",
"openvino-node",
"openvino npm",
"openvino binding",
"openvino node.js",
"openvino library",
"intel openvino",
"openvino toolkit",
"openvino API",
"openvino SDK",
"openvino integration"
]
}

0 comments on commit 4a4d8f0

Please sign in to comment.