forked from CorpGlory/grafana-datasource-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 801 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
{
"name": "grafana-datasource-kit",
"version": "0.0.10",
"description": "",
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "jest --config jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorpGlory/grafana-datasource-kit.git"
},
"author": "CorpGlory Dev Team",
"license": "",
"bugs": {
"url": "https://github.com/CorpGlory/grafana-datasource-kit/issues"
},
"homepage": "https://github.com/CorpGlory/grafana-datasource-kit",
"dependencies": {
"axios": "^0.18.0",
"moment": "^2.22.2",
"url": "^0.11.0"
},
"devDependencies": {
"@types/jest": "^23.1.1",
"jest": "^23.6.0",
"ts-jest": "^23.1.1",
"typescript": "^2.9.2"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts"
}