{
  "name": "@opensearch-dashboards-test/opensearch-dashboards-test-library",
  "version": "1.0.6",
  "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"
}