Skip to content

Commit 0576403

Browse files
committed
Updated package.json
1 parent 0e553f7 commit 0576403

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch-mock",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "Mock utility for the Elasticsearch's Node.js client",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {
@@ -13,7 +13,20 @@
1313
"type": "git",
1414
"url": "git+https://github.com/elastic/elasticsearch-js-mock.git"
1515
},
16-
"keywords": [],
16+
"keywords": [
17+
"elasticsearch",
18+
"elastic",
19+
"kibana",
20+
"mapping",
21+
"REST",
22+
"search",
23+
"client",
24+
"index",
25+
"mock",
26+
"test",
27+
"stub",
28+
"sinon"
29+
],
1730
"author": "Tomas Della Vedova",
1831
"license": "Apache-2.0",
1932
"bugs": {

0 commit comments

Comments
 (0)