-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 866 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
29
30
31
32
{
"name": "autohome-comparequeries-datasource",
"version": "0.0.2",
"description": "Grafana plugin for Compare Queries",
"main": "index.js",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/AutohomeCorp/autohome-comparequeries-datasource"
},
"keywords": [
"Compare Queries"
],
"author": "nfw",
"license": "MIT",
"bugs": {
"url": "https://github.com/AutohomeCorp/grafana-compare-queries/issues"
},
"devDependencies": {
"@grafana/data": "next",
"@grafana/ui": "next",
"@grafana/toolkit": "next",
"@types/grafana": "github:CorpGlory/types-grafana.git",
"lodash": ">=4.17.19"
},
"homepage": ""
}