-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 726 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 726 Bytes
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
{
"name": "svennergr-hackerone-datasource",
"version": "1.0.4",
"description": "Plugin to import HackerOne information into 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": "Sven Grossmann",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "9.0.2",
"@grafana/toolkit": "9.0.2",
"@grafana/runtime": "9.0.2",
"@grafana/ui": "9.0.2",
"lodash": "4.17.15"
},
"resolutions": {
"rxjs": "7.3.0"
},
"engines": {
"node": ">=14"
}
}