-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 KB
/
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
34
35
36
37
38
39
{
"name": "pulse-telemapi-plugin-typescript",
"version": "1.0.0",
"description": "Telemetry API Grafana plugin",
"scripts": {
"build": "grunt",
"watch": "grunt watch",
"test": "mocha --require ts-node/register --reporter json specs/**/*.spec.ts"
},
"author": "Goldman Sachs",
"license": "Apache License",
"dependencies": {
"lodash": "4.17.11",
"moment": "^2.18.1",
"q": "^1.5.0",
"systemjs": "^0.19.47"
},
"devDependencies": {
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/lodash": "4.14.118",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"grafana-sdk-mocks-graph-panel": "1.0.2",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-typescript": "^0.8.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^10.4.0",
"plugin-typescript": "^7.1.0",
"sinon": "15.0.0",
"systemjs-plugin-css": "^0.1.35",
"ts-mockito": "2.6.1",
"ts-node": "^10.7.0",
"typescript": "^2.9.2"
}
}