forked from HadesArchitect/GrafanaCassandraDatasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "grafana-cassandra-datasource",
"main": "dist/module",
"version": "2.2.1",
"license": "MIT",
"repository": "https://github.com/HadesArchitect/GrafanaCassandraDatasource",
"contributors": [
{
"name": "Aleksandr Volochnev",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/aleks-volochnev/"
},
{
"name": "Armen Khachkinaev",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/armen-khachkinaev/"
}
],
"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"
},
"devDependencies": {
"@grafana/data": "^9.0.4",
"@grafana/runtime": "^9.0.4",
"@grafana/toolkit": "^9.0.4",
"@grafana/ui": "^9.0.4",
"@types/lodash": "^4.14.182"
},
"engines": {
"node": ">=14"
}
}