forked from grafana/redshift-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "grafana-redshift-datasource",
"version": "1.0.5",
"description": "Use Amazon Redshift in Grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "jest --notify --watch",
"test:coverage": "jest --coverage",
"test:coverage:changes": "jest --coverage --changedSince=origin/main",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch",
"e2e": "grafana-e2e run",
"e2e:open": "grafana-e2e open",
"e2e:update": "grafana-e2e run --update-screenshots"
},
"author": "Grafana Labs",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/aws-sdk": "0.0.35",
"@grafana/data": "8.0.5",
"@grafana/e2e": "8.1.2",
"@grafana/e2e-selectors": "8.1.2",
"@grafana/runtime": "8.0.5",
"@grafana/toolkit": "8.0.5",
"@grafana/ui": "8.0.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/lodash": "latest",
"cypress": "7.7.0",
"react-select-event": "^5.3.0",
"tslib": "^2.3.0"
},
"resolutions": {
"rxjs": "6.6.3"
},
"engines": {
"node": ">=14"
}
}