-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) 路 1.78 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) 路 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "opensearch_index_management_dashboards",
"version": "3.8.0.0",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/opensearch-project/index-management-dashboards-plugin",
"config": {
"id": "indexManagementDashboards",
"zip_name": "index-management-dashboards"
},
"repository": {
"type": "git",
"url": "https://github.com/opensearch-project/index-management-dashboards-plugin"
},
"scripts": {
"cypress:open": "cypress open",
"osd": "node ../../scripts/osd",
"opensearch": "node ../../scripts/opensearch",
"lint": "node ../../scripts/eslint . && node ../../scripts/stylelint",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"build": "yarn plugin-helpers build",
"postbuild": "echo Renaming build artifact to [$npm_package_config_zip_name-$npm_package_version.zip] && mv build/$npm_package_config_id*.zip build/$npm_package_config_zip_name-$npm_package_version.zip",
"prepare": "husky install"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"**/qs": "^6.15.2",
"uuid": "^11.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@testing-library/dom": "^8.11.3",
"@testing-library/user-event": "^14.4.3",
"@types/flat": "^5.0.2",
"@types/json-schema": "^7.0.11",
"@types/react-dom": "^18.2.0",
"@types/react-router-dom": "^5.3.2",
"cypress": "^13.6.0",
"diff": "^8.0.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"ts-loader": "^6.2.1",
"@babel/runtime": "^7.29.7",
"@babel/helpers": "^7.26.10"
},
"engines": {
"yarn": "^1.21.1"
}
}