-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
20 lines (20 loc) · 761 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@opensearch-dashboards-test/opensearch-dashboards-test-library",
"version": "1.0.4",
"description": "Provides utility functions, page object models, test fixture handling for developers to write functional tests for OpenSearch Dashboards and plugins",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensearch-project/opensearch-dashboards-test-library.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/opensearch-project/opensearch-dashboards-test-library/issues"
},
"homepage": "https://github.com/opensearch-project/opensearch-dashboards-test-library"
}