-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.9 KB
/
package.json
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
52
53
54
55
{
"name": "opendistro_index_management_kibana",
"version": "1.13.0.1",
"description": "Kibana plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin",
"config": {
"id": "opendistroIndexManagementKibana"
},
"repository": {
"type": "git",
"url": "https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin"
},
"scripts": {
"cypress:open": "cypress open",
"kbn": "node ../../scripts/kbn",
"es": "node ../../scripts/es",
"lint": "eslint .",
"plugin-helpers": "node ../../scripts/plugin_helpers",
"test:jest": "NODE_PATH=../../node_modules ../../node_modules/.bin/jest --config ./test/jest.config.js",
"build": "yarn plugin-helpers build",
"postbuild": "echo Renaming build artifact to [$npm_package_config_id-$npm_package_version.zip] && mv build/$npm_package_config_id*.zip build/$npm_package_config_id-$npm_package_version.zip"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"resolutions": {
"**/@types/node": "10.12.27",
"@types/react": "^16.9.8",
"**/@types/angular": "1.6.50",
"**/@types/jest": "^24.0.9",
"**/@types/react-dom": "^16.9.8",
"**/@types/react-router-dom": "^4.3.1",
"eslint-utils": "^1.4.2"
},
"devDependencies": {
"@elastic/elastic-eslint-config-kibana": "link:../../packages/elastic-eslint-config-kibana",
"@elastic/eslint-import-resolver-kibana": "link:../../packages/kbn-eslint-import-resolver-kibana",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"cypress": "^6.0.0",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"husky": "^3.0.0",
"lint-staged": "^9.2.0",
"ts-loader": "^6.2.1"
},
"engines": {
"node": "10.23.1",
"yarn": "^1.21.1"
}
}