-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 928 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": "groonga-datasource",
"version": "1.1.5",
"description": "Groonga datasource for Grafana",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"dist": "docker-compose run --rm dist",
"release": "version=$(jq -r '.version' package.json) && git tag ${version} -a -m \"Release ${version}!!!\" && git push --tags"
},
"author": "Amiya",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "^7.0.3",
"@grafana/toolkit": "^7.0.3",
"@grafana/ui": "^7.0.3",
"@testing-library/jest-dom": "^5.4.0",
"@testing-library/react": "^10.2.1",
"@types/lodash": "^4.14.155"
},
"engines": {
"node": ">=12 <13"
},
"dependencies": {
"@grafana/runtime": "^7.0.3",
"@types/angular": "^1.7.0",
"angular": "^1.8.0"
}
}