-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 942 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
37
{
"name": "trino-datasource",
"version": "1.0.10",
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch"
},
"author": {
"name": "Trino",
"url": "https://trino.io/"
},
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "9.5.21",
"@grafana/runtime": "9.5.21",
"@grafana/toolkit": "9.5.21",
"@grafana/ui": "9.5.21",
"@playwright/test": "1.33.0",
"@types/lodash": "4.14.195",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"rxjs": "7.5.5"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@grafana/aws-sdk": "^0.0.46"
}
}