-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1017 Bytes
/
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
{
"name": "monterey",
"version": "1.0.0",
"description": "functional test framework for OpenSearch-Dashboards",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AvivBenchorin/monterey.git"
},
"keywords": [
"Cypress",
"OpenSearch-Dashboards"
],
"author": "Aviv Benchorin",
"license": "ISC",
"bugs": {
"url": "https://github.com/AvivBenchorin/monterey/issues"
},
"homepage": "https://github.com/AvivBenchorin/monterey#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"cypress": "^7.6.0",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"typescript": "^4.3.5"
}
}