-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 895 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
{
"name": "hurence-first-datasource-plugin-template-project",
"version": "1.0.0",
"description": "Datasource to interact with hurence data historian",
"scripts": {
"build": "grafana-toolkit plugin:build",
"testplugin": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"test": "jest"
},
"author": "Gregoire Seguin-Henry",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "^7.0.3",
"@grafana/runtime": "^7.0.3",
"@grafana/toolkit": "^7.0.3",
"@grafana/ui": "^7.0.3",
"@testing-library/jest-dom": "^5.10.0",
"@testing-library/react": "^10.2.1",
"@types/jest": "^25.2.3",
"@types/lodash": "latest",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5"
},
"engines": {
"node": ">=12 <13"
}
}